Skip to content

Commit

Permalink
Merge pull request #98 from ghusse/chore/upgrade-to-node16
Browse files Browse the repository at this point in the history
chore: upgrade to node 16
  • Loading branch information
lucien-chastan authored Nov 24, 2024
2 parents 1c66410 + 76882e6 commit b11ab0b
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 b11ab0b

Please sign in to comment.