Skip to content

Commit

Permalink
Remove @babel/plugin-proposal-class-properties (pmndrs#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro authored Dec 28, 2021
1 parent 583cfcd commit 77f185c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@rollup/plugin-babel": "^5.3.0",
Expand Down
8 changes: 0 additions & 8 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ const babelOptions = {
],
'@babel/preset-typescript',
],
plugins: [
[
'@babel/plugin-proposal-class-properties',
{
loose: true,
},
],
],
}

export default [
Expand Down

0 comments on commit 77f185c

Please sign in to comment.