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 cd88c50 commit 6a8d615Copy full SHA for 6a8d615
examples/minimal/.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"]
examples/minimal/package.json
@@ -18,11 +18,12 @@
18
"@babel/core": "^7.1.2",
19
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
20
"@babel/preset-env": "^7.1.0",
21
+ "@babel/runtime-corejs3": "^7.4.0",
22
"@types/chrome": "^0.0.74",
23
"archiver": "^3.0.0",
24
"babel-loader": "^8.0.2",
25
"copy-webpack-plugin": "^4.5.3",
- "core-js": "^2.6.5",
26
+ "core-js": "^3.0.1",
27
"cross-env": "^5.2.0",
28
"css-loader": "^0.28.11",
29
"ejs": "^2.6.1",
0 commit comments