Skip to content

Commit

Permalink
fix(payloadconfig): replace happy-dom with existing global (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonsj authored Jul 24, 2024
1 parent 758b7fc commit 3fc7bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/src/lib/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default buildConfig({
}
},
externals: {
'happy-dom': 'happy-dom',
'happy-dom': 'window',
}
}
},
Expand Down

0 comments on commit 3fc7bc6

Please sign in to comment.