🔧 fix: update template handling and svelte compiler options for improved build process

This commit is contained in:
2025-10-30 09:11:44 +00:00
parent 1ae34d6a18
commit 2025a0a71f
4 changed files with 6 additions and 7 deletions

View File

@@ -9,8 +9,7 @@ config.options.splitting = false
config.options.plugins = [
config.sveltePlugin({
compilerOptions: {
css: false,
hydratable: false,
css: "external",
dev: (process.argv?.length > 2 ? process.argv[2] : "build") !== "build",
},
preprocess: svelteConfig.preprocess,