Skip to content

Commit

Permalink
[babel-preset/webpack] use corejs 3 (#44154) (#44204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer authored Aug 28, 2019
1 parent 87ec6ed commit d719318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-babel-preset/webpack_preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = () => {
{
useBuiltIns: 'entry',
modules: 'cjs',
corejs: 2,
corejs: 3,
},
],
require('./common_preset'),
Expand Down

0 comments on commit d719318

Please sign in to comment.