Skip to content

Commit

Permalink
breaking yarn preview with crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Apr 30, 2024
1 parent 7b2393f commit 87272d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default defineNuxtConfig({
vite: {
plugins: [
nodePolyfills({
include: ['buffer', 'constants', 'vm', 'stream'],
include: ['buffer', 'constants', 'vm', 'stream', 'crypto'],
globals: {
Buffer: true,
process: true,
Expand Down

0 comments on commit 87272d0

Please sign in to comment.