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.
2 parents 0a34971 + 8f14cc5 commit a52cf86Copy full SHA for a52cf86
build/rollup.config.js
@@ -31,8 +31,11 @@ const baseConfig = {
31
}),
32
],
33
replace: {
34
- 'process.env.NODE_ENV': JSON.stringify('production'),
35
- 'process.env.ES_BUILD': JSON.stringify('false'),
+ preventAssignment: true,
+ values: {
36
+ 'process.env.NODE_ENV': JSON.stringify('production'),
37
+ 'process.env.ES_BUILD': JSON.stringify('false'),
38
+ },
39
},
40
vue: {
41
css: true,
0 commit comments