Merge pull request 'refs #5815-quasar-NODE_ENV' (!111) from 5815-vite_NODE_ENV into test
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #111
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Javier Segarra 2023-11-30 07:16:01 +00:00
commit 3a80b6b63b
1 changed files with 3 additions and 1 deletions

View File

@ -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,