We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f220db commit 20a530dCopy full SHA for 20a530d
rollup.config.js
@@ -21,6 +21,7 @@ export default {
21
plugins: [
22
replace({
23
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
24
+ preventAssignment: true,
25
}),
26
resolve({ extensions }),
27
common(),
0 commit comments