We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292b595 commit 6bbc30aCopy full SHA for 6bbc30a
src/module.ts
@@ -94,7 +94,8 @@ export default defineNuxtModule<ModuleOptions>({
94
nuxt.options.nitro.cloudflare.nodeCompat = true
95
nuxt.options.nitro.cloudflare.deployConfig = true
96
nuxt.options.nitro.cloudflare.wrangler = defu(nuxt.options.nitro.cloudflare.wrangler, {
97
- compatibility_flags: ['nodejs_compat_v2']
+ compatibility_flags: ['nodejs_compat_v2'],
98
+ no_bundle: true
99
})
100
// Remove trailing slash for prerender routes
101
nuxt.options.nitro.prerender ||= {}
0 commit comments