diff --git a/babel.config.js b/babel.config.js index e9558405..27e03160 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,10 @@ module.exports = { presets: [ - '@vue/cli-plugin-babel/preset' - ] + [ + '@vue/cli-plugin-babel/preset', + { + useBuiltIns: false, + }, + ], + ], } diff --git a/package.json b/package.json index bc31c2e1..678de294 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "main": "dist/storyblok-design-system.common.js", "dependencies": { "@popperjs/core": "^2.5.4", - "core-js": "^3.6.5", "dayjs": "^1.9.6", "portal-vue": "^2.1.7", "throttle-debounce": "^2.3.0"