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 1a7f0c5 commit 4c03b38Copy full SHA for 4c03b38
examples/webpack.config.js
@@ -40,7 +40,7 @@ export default {
40
presets: [
41
['@babel/preset-env', {
42
useBuiltIns: 'usage',
43
- corejs: '2',
+ corejs: '3',
44
targets: { ie: 9, safari: '5.1' }
45
}]
46
]
test/utils/build.js
@@ -121,7 +121,7 @@ export function createWebpackConfig (config = {}) {
121
122
123
124
- corejs: 'core-js@2',
+ corejs: 'core-js@3',
125
126
127
0 commit comments