-
Edit: 👉🏼 **[UPDATED SUMMARY TABLE OF SYNTAX PROPOSALS](https://github.com/w3c/csswg-drafts/blob/main/css-nesting-1/proposals.md)** 👈🏼 (from https://github.com/w3c/csswg-drafts/issues/7834#issuecomment…
-
### Describe the bug
When importing a CSS as string, e.g.
```js
import styles from "./styles.css";
```
the CSS is **also** extracted into a CSS file and injected into the HTML's head.
Th…
-
[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html
- [x] I have tried upgrading by running `bundle update vite_ruby`.
- [x] I have read the __[troubleshooting sect…
-
So I tried making this work with vitejs instead of the normal create-react-app but it seems to not work.
Fails with a `Buffer` not defined. Probably something to do with the vite config as it work…
-
### Clear and concise description of the problem
## Astro Needs for `transformIndexHtml()`
Astro generates HTML on-the-fly from `.astro` files. That means that we convert something like:
```a…
-
### Describe the bug
I noticed this while working with audio encoders worker files, Vite fails to resolve JS modules imported as URLs with `?url` suffix, like when importing a CSS worklet file.
…
-
hieeee!
sveltekit keeps telling me to tell you this:
```
sparticles is incorrectly packaged. Please contact the package author to fix.
```
don't shoot me, I'm just the messenger 🤪
-
The docs should explain how styles should be collected, passed and injected into the template.
I have a working setup using pageContext, so i would like to know others their opinions on this before m…
-
The top-level `document` object is unefined in a webworker context.
[diff](https://github.com/wooorm/parse-entities/compare/3.0.0...3.1.0#diff-246254b005bcc9bd98c460c517bc71bf186b73e97ea18bd2b8952a…
-
### Describe the bug
I follow the [Backend Integration](https://vitejs.dev/guide/backend-integration.html#backend-integration) section so that I can use koa to serve my app.
But I can't load ass…