Skip to content

Commit edaa777

Browse files
committed
Remove babel-plugin-closure-elimination
1 parent 843295f commit edaa777

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = (api) => {
99
'@babel/plugin-transform-react-inline-elements',
1010
'@babel/plugin-transform-react-constant-elements',
1111
'transform-react-remove-prop-types',
12-
'closure-elimination',
1312
],
1413
},
1514
},

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"apollo-boost": "^0.1.27",
3939
"babel-eslint": "^8.2.2",
4040
"babel-loader": "^9.1.3",
41-
"babel-plugin-closure-elimination": "^1.3.0",
4241
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
4342
"cross-env": "^5.2.0",
4443
"css-loader": "^6.8.1",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,11 +2576,6 @@ babel-loader@^9.1.3:
25762576
find-cache-dir "^4.0.0"
25772577
schema-utils "^4.0.0"
25782578

2579-
babel-plugin-closure-elimination@^1.3.0:
2580-
version "1.3.0"
2581-
resolved "https://registry.yarnpkg.com/babel-plugin-closure-elimination/-/babel-plugin-closure-elimination-1.3.0.tgz#3217fbf6d416dfdf14ff41a8a34e4d0a6bfc22b2"
2582-
integrity sha512-ClKuSxKLLNhe69bvTMuONDI0dQDW49lXB2qtQyyKCzvwegRGel/q4/e+1EoDNDN97Hf1QkxGMbzpAGPmU4Tfjw==
2583-
25842579
babel-plugin-istanbul@^6.1.1:
25852580
version "6.1.1"
25862581
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"

0 commit comments

Comments
 (0)