-
### Versions
- vite-plugin-federation: v1.3.6
- vite: v5.4.10
### Reproduction
Vite build set "sourcemap: true", but there is no map file`s url in the bundle files
Can generate …
-
- components: `UncontrolledTooltip`
- reactstrap version `#9.2.3`
- import method `umd/csj/es`
- react version `#18.2.0`
- bootstrap version `#5.3.3`
### What is happening?
Warning: Failed …
-
Vite has specific settings that need to be set in `vite.config.ts` and `vitest.config.ts` in order for it to work with Evolu. Those are:
```ts
export default defineConfig({
worker: {
format: …
-
### 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 …
-
### What version of Bun is running?
1.1.0+5903a6141
### What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
### What steps can reproduce the bug?
When a Vite project u…
-
Currently this plugin does not watch file changes on `vite build --watch`, the `watch` related code are `serve`-only. It would be better to support watching file changes with watched build.
-
### Describe the bug
Trying to build with adapter-cloudflare but I get the following error:
> Using @sveltejs/adapter-cloudflare
✘ [ERROR] Could not resolve "@node-rs/argon2-wasm32-wasi"
…
-
### Describe the bug
When inlining SVGs, Vite does not escape special characters such as curly brackets.
`example.svg`:
```svg
circle {
fill: gold;
stroke: maroon;
…
-
I've been hacking getting this to work with vite, using vite-plugin-babel, but ideally this would have native vite plugin, for performance reasons.
-
### Astro Info
```block
Astro v4.10.1
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static
A…