refs #5815-quasar-NODE_ENV #111
|
@ -66,7 +66,9 @@ module.exports = configure(function (/* ctx */) {
|
|||
// publicPath: '/',
|
||||
// analyze: true,
|
||||
// env: {},
|
||||
// rawDefine: {}
|
||||
rawDefine: {
|
||||
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV)
|
||||
},
|
||||
// ignorePublicFolder: true,
|
||||
// minify: false,
|
||||
// polyfillModulePreload: true,
|
||||
|
@ -79,6 +81,12 @@ module.exports = configure(function (/* ctx */) {
|
|||
viteConf.build.modulePreload = {
|
||||
polyfill: false,
|
||||
};
|
||||
|
||||
// this.env={
|
||||
// 'process.env.NODE_ENV': 'test1',
|
||||
// NODE_ENV: 'test2'
|
||||
|
||||
// }
|
||||
jsegarra marked this conversation as resolved
Outdated
|
||||
},
|
||||
// viteVuePluginOptions: {},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Estos comentarios se podrían borrar, no?
Desde luego, no aportan valor.
Quitados.