Babel: enable useBuiltIn option to turn on polyfills

This commit is contained in:
Alex Gleason
2021-07-09 20:47:35 -05:00
parent 6df733ba4e
commit 08d38f09e2
4 changed files with 92 additions and 91 deletions

View File

@ -4,6 +4,8 @@ module.exports = (api) => {
const envOptions = {
debug: false,
modules: false,
useBuiltIns: 'usage',
corejs: '3.15',
};
const config = {