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