-
### Issue
When including PouchDB in [vite](https://github.com/vitejs/vite) projects, vite removes all Node modules when building for the browser. During the bundling phase, vite outputs `externalized…
-
I ran into an issue where the extension popup & options page could not be loaded by Chromium (110.0.5481.77) or Google Chrome (110.0.5481.177) with the following error message:
```
Refused to exec…
-
### Describe the bug
Vitejs will remove external module declared in index.html if module has relative path.
### Reproduction
index.html
```
```
vite.config.js
```
build…
-
In the TypeScript compiler, we have the concept of a "transformer". A transformer is a function which "transforms" one AST to another. TypeScript ships many such transforms, including all of the vario…
-
### Description
As discussed in [#3456](https://github.com/vitejs/vite/discussions/3456), it's not possible to change the output index.html.
### Suggested solution
```js
{ build: { indexHtmlPath: …
-
I've been trying to set up a development environment for adding new controls, behaviors, etc, either as a third-party extension and/or to include in the official repo.
First I tried to simply clone…
-
### Environment
What version are you running? Etc.
```
node v21.4.0 (npm v10.2.4)
Astro 4.0.3
yarn 4.0.2
```
### Steps to Reproduce
1. Use existing Astro project
2. `yarn astro add @sen…
-
Currently dynamic imports include things like routes, error components, and any global components (so if using with `@nuxt/content`). I am _very_ concerned to decrease HTML and number of prefetched re…
-
### Describe the bug
I want to use [Mantine UI](https://mantine.dev) which supports react server components with Next.js. It also works in [Waku](https://waku.gg).
**Error:**
```sh
$ pnpm exec r…
-
### Steps to reproduce
1. Deploy Flutter Web application.
2. Update version in the pubspec.yaml.
3. Deploy Flutter Web application again.
4. Web browser will display old application even after F…