-
It would be great if you could provide a function that returned all the internal package names as a string array.
This would make integrating `isolate-package` and `tsup` much simpler.
At the mo…
-
When I for examle do this: `import 'can/es/can-stache-converters';`
It doesn't work when I build it with tree shaking enabled.
When I disable tree shaking, it does work.
I think it can't handle mod…
-
### What version of Bun is running?
0.6.2
### What platform is your computer?
Darwin 22.4.0 arm64 arm
### What steps can reproduce the bug?
Testing new `Bun.build` api and found a treesha…
-
-
* **操作系统**:
* **Node版本**:
* **FIS版本**:
* **解决方案**:
* **依赖插件**:
麻烦问下fis3如何支持treeshaking
-
### Which Cloudflare product(s) does this pertain to?
Workers Vitest Integration
### What version(s) of the tool(s) are you using?
wrangler@3.63.2, @cloudflare/vitest-pool-workers@0.4.25, @microlab…
-
### What problem does this feature solve?
Reduce bundle size by only adding the styles that are being used. If this is already possible, then please add instructions for it to your documentation.
##…
-
Any specific option / way to avoid treeshaking unused variables only?
Also the most perfect solution would not to treeshake specific variable list...
-
# 🐛 Bug Report
Checking `typeof process` or `process.env` causes Parcel to unnecessarily polyfill `process` module, even if the code only uses `process.env.SOME_ENV`. Additionally, in 2.6.0, tr…
-
### Is your feature request related to a problem? Please describe...
Vuetify provides a [loader](https://vuetifyjs.com/en/customization/a-la-carte/#vuetify-loader) that automatically provides trees…