Skip to content

Commit a119869

Browse files
authored
fix(solid-start-config): adjust package name in noExternal (#3619)
It appear theres a `solid-` missing in this noExternal array the package name is [solid-start-router-manifest](https://github.com/TanStack/router/blob/main/packages/solid-start-router-manifest/package.json) aligning with react-start-config - https://github.com/TanStack/router/blob/e2ac863540b3e9c009cb8c8d9f574d6cb6be28f6/packages/react-start-config/src/index.ts#L391 This fixes the dev server when using the prerelease versions
1 parent e2ac863 commit a119869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid-start-config/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export async function defineConfig(
393393
'@tanstack/solid-start-server-functions-client',
394394
'@tanstack/solid-start-server-functions-ssr',
395395
'@tanstack/start-server-functions-server',
396-
'@tanstack/start-router-manifest',
396+
'@tanstack/solid-start-router-manifest',
397397
'@tanstack/solid-start-config',
398398
'@tanstack/solid-start-api-routes',
399399
'@tanstack/server-functions-plugin',

0 commit comments

Comments
 (0)