-
All vite templates contain an `*.svg` import to show a logo. This import cannot be type checked by us.
## Steps to reproduce
1. Run `npm create vite`
2. Pick the "Vanilla" -> "TypeScript" templ…
-
### Description
The LWC Rollup plugin seems to have a fundamental incompatibility with Vite's core set of plugins (which are not configurable). The issue stems from the fact that both the LWC Roll…
-
### Current Behavior
When using Nx it is currently not possible to run sveltekit with the normal build commands. We have a workaround for this by adding the following configuration to our application…
-
### Description
The Vite Shared Options documentation for [base](https://vite.dev/config/shared-options.html#base) states:
> Full URL, e.g. https://bar.com/foo/ (The origin part won't be used in d…
kajic updated
2 weeks ago
-
http://localhost:5173/pages/config/
Just description
-
### Current Behavior
Whenever I run the `build-storybook` task on a `vite` generated library, it copies the files from `nxCopyAssetsPlugin` call in `vite.config.ts` to
```
/Users/{user}/path/to/mono…
-
When I add the `pb-3` Bootstrap css class on a `` element the hash of the css file and in my manifest.json doesn't change after running `npm run build`.
Using version:
@erbelion/vite-plugin-larave…
-
### Tell us about your feature request
I work on projects that require pretty high security standards, and I have yet to get Node.Js pushed through (maybe Deno in the future??). Has anyone tried depl…
-
Version: Deno 2.0.0 & Deno 2.0.0-f94cdd1
I have followed both docs on creating a vite app with react:
- https://docs.deno.com/deploy/tutorials/vite/
- https://docs.deno.com/runtime/tutorials/how_…
-
### Reproduction
https://github.com/astonfuture/remix-vite-optimize-dependency-crash
1. Run the dev server and force clear vite's cache:
`npm run dev -- --force` or delete `node_module/.vite` the…