yarn 2, package upgrade
This commit is contained in:
@@ -9,13 +9,11 @@ config.options.entryPoints = ["./src/ssr.ts"]
|
||||
config.options.outfile = __dirname + "/_temp/app.server.js"
|
||||
config.options.plugins = [
|
||||
config.sveltePlugin({
|
||||
compileOptions: {
|
||||
compilerOptions: {
|
||||
generate: "ssr",
|
||||
css: false,
|
||||
hydratable: true,
|
||||
dev:
|
||||
(process.argv?.length > 2 ? process.argv[2] : "build") !==
|
||||
"build",
|
||||
dev: (process.argv?.length > 2 ? process.argv[2] : "build") !== "build",
|
||||
},
|
||||
preprocess: svelteConfig.preprocess,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user