-
As this is pretty new (since 1.25) I assume this wasn't updated yet and therefore throws the following error when there are any imports from NPM.
```
error: Uncaught Error: load rejected or errore…
-
Termes anglophones difficilement transposables en français, que l'on pourrait rajouter dans un glossaire.
> Initialement postée [ici](https://github.com/Svelte-Society-Fr/fr-docs/issues/7)
## Dé…
-
### Expected Behavior / Situation
When using multiple entry points (or preserveModules) and making a change in watch mode, only changed chunks should be re-created.
### Actual Behavior / S…
tu4mo updated
3 years ago
-
I was building sth regl related for jscad and seen that regl-renderer uses some fork of gl-matrix, as probably an old way to reduce size of the bundle. Also jscad has copy of glmatrix functions....
…
-
### Rollup Version
4.12.1
### Operating System (or Browser)
StackBlitz / REPL
### Node Version (if applicable)
_No response_
### Link To Reproduction
- https://rollupjs.org/repl/?…
-
# 🙋 feature request
Sometimes, the same module is imported by multiple entry points, but they use completely disjoint parts of that module. In theory, the module could be split, minimizing the …
surma updated
4 years ago
-
### Feature Use Case
this.graph.moduleLoader.fetchModule will get exposed via plugin context and will allow directly
methods from ModuleLoader on graph.moduleLoader
```js
this.fetchModule(
…
-
Hi, a user of next-safe-action reported a bug with the edge runtime, where the action execution breaks with this error when client input(s) get validated and parsed:
```
TypeError [ERR_VM_DYNAMIC_IM…
-
I've got a strange problem using sass and code splitting, probably with nesting only.
What happened is, my imported component (using loadable) did not load in production build. I din't get any kind…
-
### 🧐 问题描述 [详细地描述问题,让大家都能理解]
事情的起因:之前公司使用的图表库是echarts,echarts的使用方式是import * as echarts from "echarts",这样做会导致echarts的全量引入,在打包的时候体积就会特别的大
公司目前在做技术调研,希望寻找替代的,在调研@ant-design-charts,在示例的官方案例之中发现是可以只导…