[🐞] Unability to change chunkFileNames with vite.build.rollupOptions.chunkFileNames #6673
Labels
COMP: DX
Developer Experience related issue
COMP: qwik-city
STATUS-2: requires discussion
Requires further discussion before moving forward
TYPE: bug
Something isn't working
Which component is affected?
Qwik Runtime
Describe the bug
I believe this was introduce in #6588 @gioboa
In previous versions, I was able to add
in a vite.config
with
But now when running preview with it,
I get
Reproduction
https://github.com/qwikifiers/qwik-ui
Steps to reproduce
System Info
System: OS: macOS 14.5 CPU: (8) arm64 Apple M2 Memory: 80.64 MB / 24.00 GB Shell: 3.7.1 - /opt/homebrew/bin/fish Binaries: Node: 22.2.0 - /opt/homebrew/bin/node npm: 10.7.0 - /opt/homebrew/bin/npm pnpm: 9.5.0 - /usr/local/bin/pnpm bun: 1.1.0 - ~/.bun/bin/bun Browsers: Chrome: 126.0.6478.127 Safari: 17.5
Additional Information
I believe this is caused in packages/qwik/src/optimizer/src/plugins/vite.ts either by removal of
line 337
or type casting in
line 564
The text was updated successfully, but these errors were encountered: