Skip to content

Commit

Permalink
fix: update babel to not include core-js polyfills and remove its dep…
Browse files Browse the repository at this point in the history
…endency
  • Loading branch information
emanuelgsouza committed Nov 26, 2020
1 parent d481ad0 commit 542190c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
[
'@vue/cli-plugin-babel/preset',
{
useBuiltIns: false,
},
],
],
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 542190c

Please sign in to comment.