feature/108_vite_migration #118

Merged
philipp merged 27 commits from feature/108_vite_migration into dev 2021-04-03 17:17:25 +00:00
Showing only changes of commit 10a011d842 - Show all commits

View File

@ -17,7 +17,7 @@ const indexReplace = () => {
export default defineConfig(({ command, mode }) => {
const isProduction = mode === 'production';
return {
base: './',
// base: './',
build: {
polyfillDynamicImport: false,
cssCodeSplit: false,