We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b706a9 commit c30dc29Copy full SHA for c30dc29
1 file changed
packages/start/src/config/index.ts
@@ -57,7 +57,7 @@ export function solidStart(options?: SolidStartOptions): Array<PluginOption> {
57
configEnvironment(name) {
58
return {
59
resolve: {
60
- noExternal: ["h3", "srvx"],
+ noExternal: ["h3"],
61
// remove when https://github.com/solidjs/vite-plugin-solid/pull/228 is released
62
externalConditions: ["solid", "node"],
63
},
0 commit comments