sync - 0.12.3 #127

Manually merged
philipp merged 122 commits from dev into main 2021-04-08 17:28:32 +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,