We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88f244 commit aca4550Copy full SHA for aca4550
.babelrc
@@ -1,4 +1,3 @@
1
{
2
- "presets": [ "es2015-ie" ],
3
- "plugins": [ "syntax-dynamic-import" ]
+ "presets": [ "@babel/preset-env" ]
4
}
package.json
@@ -31,12 +31,10 @@
31
"oclazyload": "^1.1.0"
32
},
33
"devDependencies": {
34
+ "@babel/core": "^7.0.0",
35
+ "@babel/preset-env": "^7.8.6",
36
"@uirouter/cypress-runner": "^1.1.0",
- "babel-core": "^6.26.3",
37
"babel-loader": "^8.0.6",
- "babel-plugin-syntax-dynamic-import": "^6.18.0",
38
- "babel-preset-es2015": "^6.24.1",
39
- "babel-preset-es2015-ie": "^6.7.0",
40
"shx": "^0.3.2",
41
"source-map-loader": "^0.2.4",
42
"webpack": "^4.41.6",
0 commit comments