diff --git a/index.html b/index.html index 12301fe..23eb186 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - +
diff --git a/quasar.config.js b/quasar.config.js index 5781d85..78420a1 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -50,11 +50,6 @@ 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",