Closed
Description
What versions & operating system are you using?
Wrangler 4.20.0
Please provide a link to a minimal reproduction
No response
Describe the Bug
When upgrading the plugin from 1.5.1
to 1.6.0
, the generated manifest.json
is changed.
In the 1.5.1
cases:
dist/
|- worker/
|- index.js
|- client
|- .vite/
|- manifest.json
In the 1.6.0
cases:
dist/
|- worker/
|- .vite/
|- manifest.json
|- index.js
|- client
|- .vite/
|- manifest.json
We have manifest.json
in the worker, too.
However, the manifest is different. I have a src/style.css
that should be included.
worker/.vite/manifest.json
- nosrc/style.css
entryclient/.vite/manifest.json
- havesrc/style.css
entry
It causes the SSR to return a correct CSS path that results in a 500 error or <style>
on the client side.
The SSR plugin is https://github.com/yusukebe/vite-ssr-components
Please provide any relevant error logs
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done