Skip to content

Commit 0ae47e4

Browse files
committed
Remove unused babel packages
1 parent d326c87 commit 0ae47e4

File tree

3 files changed

+10
-180
lines changed

3 files changed

+10
-180
lines changed

.babelrc

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
{
22
"presets": [
3-
[
4-
"@babel/preset-env",
5-
{
6-
"targets": {
7-
"browsers": [
8-
"last 2 versions",
9-
"ie >= 7"
10-
]
11-
}
12-
}
13-
]
14-
],
15-
"plugins": [
16-
"@babel/plugin-proposal-object-rest-spread"
3+
["@babel/preset-env"]
174
]
185
}

package-lock.json

+9-163
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.0.0",
21-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
2221
"@babel/preset-env": "^7.0.0",
23-
"babel-core": "^7.0.0-bridge.0",
2422
"babel-jest": "^25.4.0",
25-
"babel-loader": "^8.0.0",
2623
"jest": "^25.4.0",
2724
"prettier-eslint": "^9.0.1",
2825
"prettier-eslint-cli": "^5.0.0",

0 commit comments

Comments
 (0)