Skip to content

Commit

Permalink
updating babel.config
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhyatox committed Oct 12, 2023
1 parent 5a13a86 commit 156f517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ module.exports = {
presets: [
"@vue/cli-plugin-babel/preset",
{
targets: {
esmodules: true
},
polyfills: []
"useBuiltIns": "entry",
},
"@babel/preset-env"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"fsevents": "^2.3.2"
},
"browserslist": [
"> 1%",
"> 0.25%",
"last 2 versions",
"not dead"
]
Expand Down

0 comments on commit 156f517

Please sign in to comment.