Skip to content

Commit

Permalink
fix(query-devtools): Bundle all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 6, 2023
1 parent 0b2ddb5 commit 66bd22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/query-devtools/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ export function createQueryDevtoolsConfig() {
withSolid({
input: `./src/index.tsx`,
targets: ['esm', 'cjs'],
external: [],
})
)

solidRollupOptions.external = []

const outputs = !solidRollupOptions.output
? []
: Array.isArray(solidRollupOptions.output)
Expand Down
1 change: 0 additions & 1 deletion packages/solid-query/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export function createSolidQueryConfig() {
withSolid({
input: `./src/index.ts`,
targets: ['esm', 'cjs'],
external: ['@tanstack/query-core'],
})
)

Expand Down

0 comments on commit 66bd22a

Please sign in to comment.