We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a79e7 commit 613985fCopy full SHA for 613985f
packages/start/src/config/index.ts
@@ -91,6 +91,16 @@ export function solidStart(options?: SolidStartOptions): Array<PluginOption> {
91
return {
92
appType: "custom",
93
build: { assetsDir: "_build/assets" },
94
+ optimizeDeps: {
95
+ // Suppress TS errors from Vite 7 types when configuring Vite 8's Rolldown
96
+ ...({
97
+ rolldownOptions: {
98
+ transform: {
99
+ jsx: "react",
100
+ },
101
102
+ } as any),
103
104
environments: {
105
[VITE_ENVIRONMENTS.client]: {
106
consumer: "client",
0 commit comments