Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit ce50918

Browse files
neolitectremblaymath
authored andcommitted
Remove babel-preset-es2015 (#50)
* fix(build): fix targets in babel-preset-env config
1 parent d505528 commit ce50918

File tree

3 files changed

+204
-221
lines changed

3 files changed

+204
-221
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"presets": [
33
["env", {
44
"targets": {
5-
"browsers": ["last 2 versions", "ie 11"]
5+
"browsers": ["last 9 versions", "ie >= 10"]
66
}
77
}],
88
"stage-2"

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"babel-plugin-lodash": "^3.2.11",
2121
"babel-plugin-transform-runtime": "^6.15.0",
2222
"babel-preset-env": "^1.6.1",
23-
"babel-preset-es2015": "^6.24.1",
2423
"babel-preset-stage-2": "^6.22.0",
2524
"babel-register": "^6.18.0",
2625
"bootstrap": "^3.3.7",

0 commit comments

Comments
 (0)