Skip to content

Commit

Permalink
fix(query-devtools): Add chunkFileNames option (#5560)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jun 12, 2023
1 parent 6875919 commit e5ea1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/query-devtools/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function createQueryDevtoolsConfig() {
outputs.forEach((output) => {
if (output.format === 'cjs') {
output.entryFileNames = '[name].cjs'
output.chunkFileNames = '[name]-[hash].cjs'
}
})

Expand Down

0 comments on commit e5ea1cb

Please sign in to comment.