We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbc960 commit e27d910Copy full SHA for e27d910
template/.babelrc
@@ -5,6 +5,7 @@
5
"presets": [
6
["@babel/preset-env", {
7
"useBuiltIns": "usage",
8
+ "corejs": 3,
9
"targets": {
10
// https://jamie.build/last-2-versions
11
"browsers": ["> 0.25%", "not ie 11", "not op_mini all"]
template/package.json
@@ -77,7 +77,7 @@
77
"@babel/preset-env": "^7.1.0",
78
"babel-loader": "^8.0.2",
79
"copy-webpack-plugin": "^4.5.3",
80
- "core-js": "^2.6.5",
+ "core-js": "^3.0.1",
81
"cross-env": "^5.2.0",
82
"css-loader": "^0.28.11",
83
"ejs": "^2.6.1",
0 commit comments