-
## Background
I was migrating waku app into `waku@0.21.3` with `vanilla-extract`. I encountered this error:
```shell
> waku dev
ready: Listening on http://localhost:3000/
Cannot process SSR…
-
## Plugin Hooks
### Fully Supported Hooks
- [x] `options`
- [x] `buildStart`
- [x] `buildEnd`
- [x] `renderStart`
- [x] `renderError`
- [x] `generateBundle`
- [x] `writeBundle`
- [x] `clo…
-
If you have CSS files in your federated module, they do not get loaded in run time (although they do get built).
-
### Describe the bug
Vite injects css assets in wrong order with dynamic import and css modules.
### Reproduction
[Repo to reproduce](https://github.com/pretender91/css-code-split-ord…
-
Hi I think, sonnet is a very ambitious library.
However I feel it's lacking in two departments.
- opinionated styling that fits with the framework (non JS)
- a script handler like jquery
I think s…
-
**版本:**
"vite": "4.3.9",
"@types/node": "20.3.1",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"vite-plugin-html": "^3.2.0"
**vite.config.ts配置:**
plugins: [
react(),
…
-
### Describe the bug
If `addWatchFile()` is called by a Vite plugin after the server is closed, the watcher will be set, preventing Node.js process from exiting.
For example, if vite:css was in …
-
in "/index.html" can't be bundled without type="module" attribute
如果这样 是否可以消除这个警告
-
Vinxi:
- [ ] Remove `/manifest.js` from being injected when it's empty
- [ ] Ability to serve from CDN but with function using my Vercel hacks
- [ ] Fix `vite-tsconfig-paths` bug
- [ ] Fix `vi…
-
### Describe the bug
In [`mpa` mode](https://vitejs.dev/guide/build.html#multi-page-app), the legacy scripts are injected into html pages which have no javascript in it.
### Reproduction
https://st…