Babel: enable useBuiltIn option to turn on polyfills
This commit is contained in:
@ -4,6 +4,8 @@ module.exports = (api) => {
|
||||
const envOptions = {
|
||||
debug: false,
|
||||
modules: false,
|
||||
useBuiltIns: 'usage',
|
||||
corejs: '3.15',
|
||||
};
|
||||
|
||||
const config = {
|
||||
|
||||
Reference in New Issue
Block a user