-
Splitting does not appear to work with certain unicode ranges. ⚡️works but some other emojis do not. Maybe this is an issue with "".split()
-
When I use Rollup to compile code for the production environment, I don't want Rollup to perform tree shaking on the Vue library, although tree shaking should be performed normally for other libraries…
-
Hey first of all, thanks for putting order into the chaos which is the current state of typescript-treeshaking!
I only have one question.
So the reason the Babili build is only transpiling to ES20…
-
@nickreese for the life of me I'm not able to find a way to use Terser/Uglify to do treeshaking, or remove any JavaScript code that is not used, sometimes called dead code, for builds.
In terser (wh…
-
So I was working on a project where I wanna setup svgr inside a tsup package in turborepo.
This is my tsup config
```ts
import type { Options } from "tsup";
import { defineConfig } from "tsup";…
-
-
### Feature Use Case
I am trying to build monolith bundle, similar to how underscore.js builds it's es version for browsers and deno. It has lots of small es modules, each implementing some funct…
-
### Environment
StackBlitz
```
------------------------------
- Operating System: Linux
- Node Version: v18.20.3
- Nitro Version: 2.9.7
- Package Manager: npm@10.2.3
--------------…
-
I am using the angular seed project as the base AngularSeed project.
I then use angular2 schema form to produce the dynamic forms.
And the dynamic form project has dependency on z-schema.
After doi…
-
Right now, consumers have to manually add `protoPath` dependencies their own direct dependencies depend on. It'd be sweet for Wire to expose some kind of metadata for so it'd be able to resolve them a…