Remove member-expression-literals transform.

Member expressions like promise.catch work in all browsers more recent
than Internet Explorer 8.

In fact, we've been using module.import and module.export (without
quoting) since Meteor 1.3, and no one has complained about that, so I
think this transform is no longer necessary.
This commit is contained in:
Ben Newman
2016-11-07 20:40:04 -05:00
parent 152b8eb7e9
commit 89447166c6
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ module.exports = {
require("babel-plugin-transform-es2015-unicode-regex"),
require("babel-plugin-syntax-object-rest-spread"),
require("babel-plugin-transform-object-rest-spread"),
require("babel-plugin-transform-es3-member-expression-literals"),
require("babel-plugin-transform-es3-property-literals"),
require("babel-plugin-transform-flow-strip-types"),
require("babel-plugin-transform-regenerator")

View File

@@ -29,7 +29,6 @@
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"babel-plugin-transform-es2015-typeof-symbol": "^6.8.0",
"babel-plugin-transform-es2015-unicode-regex": "^6.11.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",