Skip to content

Commit

Permalink
🚑️ Fix cannot require axios in vue-server-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 23, 2023
1 parent 5730301 commit c2534a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export default {
'@bundlr-network',
'@noble/curves',
'arbundle',
({ isLegacy }) => (isLegacy ? 'axios' : undefined),
],
extend(config, ctx) {
/* eslint-disable no-param-reassign */
Expand Down

0 comments on commit c2534a1

Please sign in to comment.