Skip to content

Commit

Permalink
chore: use core-js@3
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Feb 26, 2020
1 parent 1a7f0c5 commit 4c03b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
presets: [
['@babel/preset-env', {
useBuiltIns: 'usage',
corejs: '2',
corejs: '3',
targets: { ie: 9, safari: '5.1' }
}]
]
Expand Down
2 changes: 1 addition & 1 deletion test/utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export function createWebpackConfig (config = {}) {
presets: [
['@babel/preset-env', {
useBuiltIns: 'usage',
corejs: 'core-js@2',
corejs: 'core-js@3',
targets: { ie: 9, safari: '5.1' }
}]
]
Expand Down

0 comments on commit 4c03b38

Please sign in to comment.