fix SPA prerender build
This commit is contained in:
+1
-1
@@ -13,9 +13,9 @@ const config = defineConfig({
|
|||||||
resolve: { tsconfigPaths: true },
|
resolve: { tsconfigPaths: true },
|
||||||
plugins: [
|
plugins: [
|
||||||
devtools(),
|
devtools(),
|
||||||
|
tanstackStart({ spa: { enabled: true } }),
|
||||||
nitro({ rollupConfig: { external: [/^@sentry\//] } }),
|
nitro({ rollupConfig: { external: [/^@sentry\//] } }),
|
||||||
tailwindcss(),
|
tailwindcss(),
|
||||||
tanstackStart({ spa: { enabled: true } }),
|
|
||||||
viteReact(),
|
viteReact(),
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user