Disable module preload polyfill
This commit is contained in:
@@ -2,4 +2,7 @@ import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
base: '',
|
||||
build: {
|
||||
modulePreload: false,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user