From 7655229aef0f09cad79703f583cafa3b67ed0eec Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Tue, 12 May 2026 23:24:20 +0000 Subject: [PATCH] We don't need the module loader. --- vite.config.js | 1 + 1 file changed, 1 insertion(+) 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, })] : []), ],