Skip to content

Commit

Permalink
Remove some unused Babel plugins (#157)
Browse files Browse the repository at this point in the history
We brought these in when we removed preset-stage-1, but most of them
aren't needed. The only one I think we actually need is class properties
because we have some tests that rely on it.
  • Loading branch information
lencioni committed Sep 18, 2018
1 parent c7987f4 commit 5fa6824
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 127 deletions.
6 changes: 0 additions & 6 deletions .babelrc
Expand Up @@ -14,11 +14,5 @@
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-do-expressions",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-logical-assignment-operators",
["@babel/plugin-proposal-nullish-coalescing-operator", { "loose": false }],
["@babel/plugin-proposal-optional-chaining", { "loose": false }],
["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }]
]
}
114 changes: 0 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions package.json
Expand Up @@ -36,13 +36,6 @@
"@babel/generator": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
Expand Down

0 comments on commit 5fa6824

Please sign in to comment.