diff --git a/index.html b/index.html index cd0f572..12301fe 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - + diff --git a/quasar.config.js b/quasar.config.js index 78420a1..5781d85 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -50,6 +50,11 @@ module.exports = configure(function (/* ctx */) { // Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#build build: { + extendViteConf(viteConf, { isServer, isClient }) { + viteConf.build["rollupOptions"] = { + external: ["env-config.js"], + }; + }, target: { browser: ["es2019", "edge88", "firefox78", "chrome87", "safari13.1"], node: "node16",