-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
We use rollup for bundling.
The vast majority of Rollup use today happens as part of vite projects ([stats](https://npmtrends.com/rollup-vs-vite)).
The Vite team use rollup for prod builds, beca…
-
The HTML and import meta assets plugins have hooks to easily do minification. We should document recommended minifiers and how to use them.
If anyone knows any good recommendations, you could post …
-
### What is the issue?
Im developing web app for educational purpose. I use React + Vite. Till now in development mode im not facing great problems.... But now i have tried to run in production mode …
-
### Describe the bug
rspack rewrites the import for an exposed module from a remote to a static import rather than a dynamic import using `loadRemote`
This is causing 2 issues:
1. The lifecycle h…
-
See https://github.com/purescript/purescript/issues/2207#issuecomment-271081592
We should probably wait until rollup-plugin-purs can cope with at least all the libraries in core and contrib first, …
-
### Current behavior
`package.json`
```json
{
"name": "@something/editor",
"version": "0.0.1",
"description": "a library",
"module": "index.js",
"types": "index.d.ts",
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
# **Pull Request: Resolve Dependency Conflicts for Safe Installation**
### **Issue Description**
Currently, we are using `npm i --legacy-peer-deps` to install dependencies due to conflicts, specif…
-
### Describe the bug
As stated in the title, in this example, the define section replaces the `version` field exported by the vue package with the data I defined, causing a critical error.
### Repro…