From 6ac89e7aa2e34189aed2d80cee5a14ae65a93d64 Mon Sep 17 00:00:00 2001 From: JAVIER SEGARRA MARTINEZ Date: Mon, 27 Nov 2023 11:57:09 +0000 Subject: [PATCH] Update quasar.config.js --- quasar.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/quasar.config.js b/quasar.config.js index 4de730515..e8f746fd6 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -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: {},