Skip to content

Commit

Permalink
chore: upgrade to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusse committed Nov 19, 2024
1 parent 1c66410 commit 76882e6
Show file tree
Hide file tree
Showing 4 changed files with 22,809 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
6 changes: 6 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ export default {
},
extractCSS: {
ignoreOrder: true
},
babel: {
// Nuxt 2 uses @babel/core@7, as node 16 supports the logical assignment operators
// we need to add the plugin to the babel configuration to avoid the error
// at build time
plugins: ['@babel/plugin-proposal-logical-assignment-operators']
}
}
}
Loading

0 comments on commit 76882e6

Please sign in to comment.