diff --git a/vite.config.ts b/vite.config.ts index e739434ab..1a92981dc 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -45,6 +45,7 @@ if (isLibraryMode) { export default defineConfig({ plugins: plugins, build: { + modulePreload: false, rollupOptions: { output: { // [NOTE] when not in library mode, no new keys will be addedd or overwritten