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.
preventAssignment
replace
1 parent 3d825da commit 120f6c6Copy full SHA for 120f6c6
packages/vite-plugin-cloudflare/src/index.ts
@@ -555,6 +555,7 @@ export function cloudflare(pluginConfig: PluginConfig = {}): vite.Plugin[] {
555
"process.env.NODE_ENV": JSON.stringify(
556
process.env.NODE_ENV ?? "production"
557
),
558
+ preventAssignment: true,
559
}),
560
],
561
},
0 commit comments