Disable module preload polyfill

This commit is contained in:
2023-11-14 17:59:37 +01:00
parent 0469830e59
commit dc1a1c8633

View File

@@ -2,4 +2,7 @@ import { defineConfig } from 'vite';
export default defineConfig({
base: '',
build: {
modulePreload: false,
},
});