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 51da7fb commit d3cbb23Copy full SHA for d3cbb23
1 file changed
packages/start-plugin-core/src/start-compiler-plugin/plugin.ts
@@ -76,10 +76,6 @@ export function startCompilerPlugin(
76
package: '@tanstack/start-server-core',
77
files: ['index.js', 'server-functions-handler.js'],
78
}),
79
- ...resolveRuntimeFiles({
80
- package: `@tanstack/${framework}-start-client`,
81
- files: ['index.js'],
82
- }),
83
]),
84
],
85
},
0 commit comments