Skip to content

Commit aca4550

Browse files
chore: update to latest babel
1 parent c88f244 commit aca4550

File tree

3 files changed

+920
-566
lines changed

3 files changed

+920
-566
lines changed

.babelrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": [ "es2015-ie" ],
3-
"plugins": [ "syntax-dynamic-import" ]
2+
"presets": [ "@babel/preset-env" ]
43
}

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@
3131
"oclazyload": "^1.1.0"
3232
},
3333
"devDependencies": {
34+
"@babel/core": "^7.0.0",
35+
"@babel/preset-env": "^7.8.6",
3436
"@uirouter/cypress-runner": "^1.1.0",
35-
"babel-core": "^6.26.3",
3637
"babel-loader": "^8.0.6",
37-
"babel-plugin-syntax-dynamic-import": "^6.18.0",
38-
"babel-preset-es2015": "^6.24.1",
39-
"babel-preset-es2015-ie": "^6.7.0",
4038
"shx": "^0.3.2",
4139
"source-map-loader": "^0.2.4",
4240
"webpack": "^4.41.6",

0 commit comments

Comments
 (0)