Skip to content

Commit

Permalink
chore: remove @babel/plugin-proposal-class-properties
Browse files Browse the repository at this point in the history
It is included in `@babel/preset-env`
  • Loading branch information
SimenB committed Feb 8, 2022
1 parent 1596aab commit dfbe71d
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 152 deletions.
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module.exports = {
],
plugins: [
['@babel/plugin-transform-modules-commonjs', {allowTopLevelThis: true}],
'@babel/plugin-proposal-class-properties',
require.resolve('./scripts/babel-plugin-jest-require-outside-vm'),
],
presets: [
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "0.0.0",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
Expand Down
Loading

0 comments on commit dfbe71d

Please sign in to comment.