diff --git a/vite.config.js b/vite.config.js index 14a8aee..9982e50 100644 --- a/vite.config.js +++ b/vite.config.js @@ -11,6 +11,7 @@ export default defineConfig(({ command }) => ({ inlineStyles: true, inlineScripts: true, removeUnusedCss: true, + removeViteModuleLoader: true, })] : []), ],