[babel-preset/webpack] use corejs 3 (#44154) (#44204)

This commit is contained in:
Spencer 2019-08-27 19:46:40 -07:00 committed by GitHub
parent 87ec6ede56
commit d719318a92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ module.exports = () => {
{
useBuiltIns: 'entry',
modules: 'cjs',
corejs: 2,
corejs: 3,
},
],
require('./common_preset'),