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

This commit is contained in:
Spencer 2019-08-27 18:12:49 -07:00 committed by GitHub
parent cd418a1dd0
commit 1595abebe6
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'),