Skip to content

Commit

Permalink
[New] transform ES5 property mutators
Browse files Browse the repository at this point in the history
 - Because a syntax error is a massively stupid reason for your site not to work in IE 6-8, even if there’s plenty of other good reasons.
  • Loading branch information
ljharb committed Aug 1, 2017
1 parent 17d2bdc commit 20a15ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -45,6 +45,7 @@ module.exports = function buildAirbnbPreset(context, options) {
[require('babel-plugin-transform-es2015-template-literals'), {
spec: true
}],
require('babel-plugin-transform-es5-property-mutators'),
require('babel-plugin-transform-es3-member-expression-literals'),
require('babel-plugin-transform-es3-property-literals'),
require('babel-plugin-transform-jscript'),
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -21,6 +21,7 @@
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-es5-property-mutators": "^6.24.1",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-jscript": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
Expand Down

0 comments on commit 20a15ac

Please sign in to comment.