Skip to content

Commit d3cbb23

Browse files
fix(start-plugin-core): Remove framework specific packages from being required (#5409)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 51da7fb commit d3cbb23

File tree

1 file changed

+0
-4
lines changed
  • packages/start-plugin-core/src/start-compiler-plugin

1 file changed

+0
-4
lines changed

packages/start-plugin-core/src/start-compiler-plugin/plugin.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ export function startCompilerPlugin(
7676
package: '@tanstack/start-server-core',
7777
files: ['index.js', 'server-functions-handler.js'],
7878
}),
79-
...resolveRuntimeFiles({
80-
package: `@tanstack/${framework}-start-client`,
81-
files: ['index.js'],
82-
}),
8379
]),
8480
],
8581
},

0 commit comments

Comments
 (0)