forked from cms/tibi-svelte-starter
🔧 fix: update template handling and svelte compiler options for improved build process
This commit is contained in:
@@ -13,9 +13,8 @@ config.options.outfile = __dirname + "/_temp/app.server.js"
|
||||
config.options.plugins = [
|
||||
config.sveltePlugin({
|
||||
compilerOptions: {
|
||||
generate: "ssr",
|
||||
css: false,
|
||||
hydratable: true,
|
||||
generate: "server",
|
||||
css: "external",
|
||||
dev: (process.argv?.length > 2 ? process.argv[2] : "build") !== "build",
|
||||
},
|
||||
preprocess: svelteConfig.preprocess,
|
||||
|
||||
Reference in New Issue
Block a user