Upgrade core-js to v3.27.2

This commit is contained in:
Alex Gleason
2023-01-23 15:22:10 -06:00
parent 6f3adfbecd
commit fa892ff906
3 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ module.exports = (api) => {
debug: false,
modules: false,
useBuiltIns: 'usage',
corejs: '3.15',
corejs: '3.27',
};
const config = {