We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb2853 commit 6769854Copy full SHA for 6769854
1 file changed
src/main.ts
@@ -182,6 +182,7 @@ export function createPlugins(
182
["@rollup/plugin-replace"],
183
{
184
"process.env.NODE_ENV": JSON.stringify(process.env.NODE_ENV),
185
+ preventAssignment: true,
186
},
187
true
188
)
0 commit comments