Skip to content

Commit c382e88

Browse files
authored
fix(platform): add @tanstack/angular-query-experimental to the internal SSR deps list (#1558)
1 parent cd37805 commit c382e88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/platform/src/lib/deps-plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export function depsPlugin(options?: Options): Plugin[] {
2121
'rxfire',
2222
'@ng-web-apis/**',
2323
'@taiga-ui/**',
24+
'@tanstack/angular-query-experimental',
2425
],
2526
},
2627
optimizeDeps: {

0 commit comments

Comments
 (0)