Skip to content

Commit

Permalink
removed plugin transform strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vikr01 committed Sep 9, 2018
1 parent 247c11b commit 64bce36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module.exports = function buildAirbnbPreset(api, options) {
}, options.removePropTypes)] : null,

options && options.modules === false ? null : require('@babel/plugin-transform-modules-commonjs'),
options && options.modules === false ? null : ['@babel/plugin-transform-strict-mode', { strictMode: true }],
[require('@babel/plugin-transform-template-literals'), {
spec: true
}],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-property-literals": "^7.0.0",
"@babel/plugin-transform-property-mutators": "^7.0.0",
"@babel/plugin-transform-strict-mode": "^7.0.0",
"@babel/plugin-transform-template-literals": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
Expand Down

0 comments on commit 64bce36

Please sign in to comment.