Skip to content

Commit

Permalink
fix(react-query-persist-client): define react-query as externals (Tan…
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo authored Jul 19, 2022
1 parent fa7a6ac commit f812182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default function rollup(options: RollupOptions): RollupOptions[] {
entryFile: 'src/index.ts',
globals: {
react: 'React',
'@tanstack/react-query': 'ReactQuery',
},
}),
]
Expand Down

0 comments on commit f812182

Please sign in to comment.