refs #5815-quasar-NODE_ENV #111

Merged
jsegarra merged 4 commits from 5815-vite_NODE_ENV into test 2023-11-30 07:16:02 +00:00
1 changed files with 0 additions and 6 deletions
Showing only changes of commit 6ac89e7aa2 - Show all commits

View File

@ -81,12 +81,6 @@ module.exports = configure(function (/* ctx */) {
viteConf.build.modulePreload = {
polyfill: false,
};
// this.env={
// 'process.env.NODE_ENV': 'test1',
// NODE_ENV: 'test2'
// }
},
// viteVuePluginOptions: {},