Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Aug 28, 2024
1 parent 20823a1 commit e76a23f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ export default defineConfig(({ mode }) => {
? { tests: resolve(root, "tests/index.html") }
: undefined),
},
output: {
hoistTransitiveImports: false
}
},
},
css: {
Expand Down

0 comments on commit e76a23f

Please sign in to comment.