We don't need the module loader.

This commit is contained in:
Timothy Farrell 2026-05-12 23:24:20 +00:00
parent 07fefc47bb
commit 7655229aef

View File

@ -11,6 +11,7 @@ export default defineConfig(({ command }) => ({
inlineStyles: true, inlineStyles: true,
inlineScripts: true, inlineScripts: true,
removeUnusedCss: true, removeUnusedCss: true,
removeViteModuleLoader: true,
})] })]
: []), : []),
], ],