diff --git a/source/webpack.common.js b/source/webpack.common.js index a368e611e..dfbc77d06 100644 --- a/source/webpack.common.js +++ b/source/webpack.common.js @@ -93,7 +93,8 @@ module.exports.commonLoaders = ({ legacy = false } = {}) => { esmodules: false, browsers: ['ie 11'] }, - useBuiltIns: 'entry' + useBuiltIns: 'entry', + corejs: '3' } ] ]