Skip to content

Commit

Permalink
Upgrade babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tripperful committed Sep 14, 2024
1 parent 42d51e8 commit 3d64f8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module.exports = {
export default {
presets: [
[
'@babel/preset-env',
{
targets: {
chrome: '85',
},
corejs: '3.32.2',
corejs: '3.38.1',
useBuiltIns: 'usage',
},
],
Expand Down

0 comments on commit 3d64f8c

Please sign in to comment.