From 10a011d8426e475105ff5d2d5cf4adca2ef7625c Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Fri, 2 Apr 2021 21:07:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix=20vite=20config=20for=20prod?= =?UTF-8?q?uction=20system?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #108 --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 0b6f2a27..df8ad89f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -17,7 +17,7 @@ const indexReplace = () => { export default defineConfig(({ command, mode }) => { const isProduction = mode === 'production'; return { - base: './', + // base: './', build: { polyfillDynamicImport: false, cssCodeSplit: false,