Skip to content

Commit e413e33

Browse files
committed
Remove framework specific packages from being required
1 parent 3097080 commit e413e33

File tree

1 file changed

+1
-5
lines changed
  • packages/start-plugin-core/src/start-compiler-plugin

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ export function startCompilerPlugin(
7575
...resolveRuntimeFiles({
7676
package: '@tanstack/start-server-core',
7777
files: ['index.js', 'server-functions-handler.js'],
78-
}),
79-
...resolveRuntimeFiles({
80-
package: `@tanstack/${framework}-start-client`,
81-
files: ['index.js'],
82-
}),
78+
})
8379
]),
8480
],
8581
},

0 commit comments

Comments
 (0)