Skip to content

Commit

Permalink
babel: remove unneeded now @babel/plugin-proposal-class-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
farwayer committed Jul 1, 2019
1 parent 2aa8edf commit beae329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
['@babel/preset-env', {modules: esm ? false : undefined}],
],
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-transform-react-jsx',
['@babel/plugin-transform-runtime', {useESModules: esm}],
],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
Expand Down

0 comments on commit beae329

Please sign in to comment.