diff --git a/.babelrc b/.babelrc index 554d2ac..6d8bbf6 100644 --- a/.babelrc +++ b/.babelrc @@ -4,6 +4,7 @@ ["transform-es2015-modules-commonjs", { "loose": true }], "transform-es2015-block-scoping", "transform-es2015-function-name", + "transform-es3-member-expression-literals", "transform-es3-property-literals", "check-es2015-constants" ] diff --git a/package.json b/package.json index 974f909..3b0922f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "babel-plugin-transform-es2015-block-scoping": "^6.7.1", "babel-plugin-transform-es2015-function-name": "^6.5.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.7.0", + "babel-plugin-transform-es3-member-expression-literals": "^6.5.0", "babel-plugin-transform-es3-property-literals": "^6.5.0", "babel-preset-react": "^6.5.0", "eslint": "^1.10.3",