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 3097080 commit e413e33Copy full SHA for e413e33
packages/start-plugin-core/src/start-compiler-plugin/plugin.ts
@@ -75,11 +75,7 @@ export function startCompilerPlugin(
75
...resolveRuntimeFiles({
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