Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into chore/remove-npm2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusse committed Nov 24, 2024
2 parents 39f3377 + b11ab0b commit 316caf3
Show file tree
Hide file tree
Showing 4 changed files with 21,844 additions and 46 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 316caf3

Please sign in to comment.