Skip to content

Commit

Permalink
Add comment with link to github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Aug 21, 2024
1 parent 1b8b656 commit 13207a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export default defineNuxtConfig({
},
plugins: [
nodePolyfills(),
// NB: Fixes "exports not defined" when using arbundles -> crypto libs
// see https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/92#issuecomment-2228168969
replaceCodePlugin({
replacements: [
{
Expand Down

0 comments on commit 13207a9

Please sign in to comment.