We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f19f92 commit 675d686Copy full SHA for 675d686
packages/start/src/config/index.ts
@@ -68,6 +68,10 @@ export function solidStart(options?: SolidStartOptions): Array<PluginOption> {
68
name === VITE_ENVIRONMENTS.server,
69
),
70
},
71
+ resolve: {
72
+ // remove when https://github.com/solidjs/vite-plugin-solid/pull/228 is released
73
+ externalConditions: ["solid", "node"]
74
+ }
75
};
76
77
async config(_, env) {
0 commit comments