Skip to content

Commit

Permalink
chore: remove unneeded babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Sep 30, 2020
1 parent 46e86ee commit 7f498d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ module.exports = {
"@babel/react",
],
plugins: [
[
"const-enum",
{
transform: "constObject",
},
],
"babel-plugin-transform-async-to-promises",
cjs && ["@babel/transform-modules-commonjs", { loose }],
[
"@babel/transform-runtime",
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@
"@typescript-eslint/parser": "4.1.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-const-enum": "^1.0.1",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"chalk": "4.1.0",
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit 7f498d6

Please sign in to comment.