Skip to content

Commit

Permalink
Update babel and browserlist, fixes #1409
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jun 19, 2023
1 parent 0bb08a8 commit 44ab419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">= 14.0.0"
},
"browserslist": [
"defaults"
">1%, last 2 versions, not dead"
],
"dependencies": {
"jszip": "~3.10.1",
Expand Down
3 changes: 1 addition & 2 deletions webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ module.exports = merge(common, {
[
'@babel/preset-env',
{
useBuiltIns: 'entry',
corejs: '3.22'
useBuiltIns: false
}
]
]
Expand Down

0 comments on commit 44ab419

Please sign in to comment.