-
### Verify canary release
- [X] I verified that the issue exists in Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
Arch: x64
…
-
https://github.com/Stride-Labs/stridejs/pull/14 distributes a somewhat huge bundled file (4mb 😨), and in addition, I'm not sure if it's good for treeshaking. We should look into optimizing it if possi…
srph updated
2 months ago
-
I've read the release notes for 10.0.0-alpha.0 (https://github.com/developit/preact/releases/tag/10.0.0-alpha.0) where you say that
> preact/compat […] still has both named and a default export to …
-
In our app we are finding that any time a component that uses styled-components has a static property added to it, that component is always included in the bundle even if it's not imported, i.e. tree …
-
Can we _please_ not depend on `path`? I would really like to get rid of node polyfills.
-
We need your voice. Please check https://github.com/aspida/pathpida/issues/117#issuecomment-1089730653 and vote your opinion.
---
Continuation of https://github.com/aspida/pathpida/issues/94
…
-
Super happy to see this at Stage 3! 🎉
I noticed there's a polyfill under development at [es-shims/RegExp.escape](https://github.com/es-shims/RegExp.escape) and available via NPM, and I've also made…
-
The following fixes the test suite for MacOS:
```dart
test('treeshaking assets using CLinker',
timeout: longTimeout,
skip: Platform.isMacOS || Platform.isWindows, () async {
```
…
-
The file sizes shown in the visualizer are larger than the ones reported by Vite on the command line or that show up on disk after building. To see this, you can just clone [vitesse](https://github.co…
-
In order to deep-import parts of d3-shape in a vite project, e.g. using
```js
import arc from 'd3-shape/src/arc.js';
```
the package.json needs to list the paths individually. So instead of
…