Skip to content

Commit

Permalink
fix: noexternal start-router-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jan 22, 2025
1 parent 2329c65 commit 3a72111
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/start-config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export function defineConfig(
{
noExternal: [
'@tanstack/start',
'@tanstack/start-router-manifest',
'@tanstack/start-server-functions-handler',
'tsr:routes-manifest',
'tsr:server-fn-manifest',
Expand Down Expand Up @@ -252,6 +253,7 @@ export function defineConfig(
{
noExternal: [
'@tanstack/start',
'@tanstack/start-router-manifest',
'@tanstack/start-server-functions-handler',
'tsr:routes-manifest',
'tsr:server-fn-manifest',
Expand Down Expand Up @@ -321,6 +323,7 @@ export function defineConfig(
{
noExternal: [
'@tanstack/start',
'@tanstack/start-router-manifest',
'@tanstack/start-server-functions-handler',
'tsr:routes-manifest',
'tsr:server-fn-manifest',
Expand Down Expand Up @@ -394,6 +397,7 @@ export function defineConfig(
{
noExternal: [
'@tanstack/start',
'@tanstack/start-router-manifest',
'@tanstack/start-server-functions-handler',
'tsr:routes-manifest',
'tsr:server-fn-manifest',
Expand Down

0 comments on commit 3a72111

Please sign in to comment.