Skip to content

Commit

Permalink
Remove babel-plugin-closure-elimination
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 22, 2023
1 parent 843295f commit edaa777
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = (api) => {
'@babel/plugin-transform-react-inline-elements',
'@babel/plugin-transform-react-constant-elements',
'transform-react-remove-prop-types',
'closure-elimination',
],
},
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"apollo-boost": "^0.1.27",
"babel-eslint": "^8.2.2",
"babel-loader": "^9.1.3",
"babel-plugin-closure-elimination": "^1.3.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"cross-env": "^5.2.0",
"css-loader": "^6.8.1",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2576,11 +2576,6 @@ babel-loader@^9.1.3:
find-cache-dir "^4.0.0"
schema-utils "^4.0.0"

babel-plugin-closure-elimination@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/babel-plugin-closure-elimination/-/babel-plugin-closure-elimination-1.3.0.tgz#3217fbf6d416dfdf14ff41a8a34e4d0a6bfc22b2"
integrity sha512-ClKuSxKLLNhe69bvTMuONDI0dQDW49lXB2qtQyyKCzvwegRGel/q4/e+1EoDNDN97Hf1QkxGMbzpAGPmU4Tfjw==

babel-plugin-istanbul@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
Expand Down

0 comments on commit edaa777

Please sign in to comment.