-
**Is your feature request related to a problem? Please describe.**
ts-morph is currently transpiled to CommonJS, so it can't be treeshaked by webpack (https://webpack.js.org/guides/tree-shaking…
-
I appreciate this is probably hard to do, but just to collect thoughts..
https://github.com/julia-actions/julia-treeshake exists which tests that dependencies are used during tests via code coverag…
-
### Expected Behavior
I want to be able to use `ThemeContext module` into my React application based on Grommet then build it with vite/rollup for production with treeshaking enabled.
### Ac…
-
Hi, first of all, thank you for creating Elastic UI! I’ve used it in my popular library [Botasaurus](https://github.com/omkarcloud/botasaurus), and my users absolutely love it.
I have a question rega…
-
Just an idea, have you considered to use [date-fns](https://date-fns.org/) instead of momentjs for better treeshaking?
_Originally posted by @stefan-niedermann in https://github.com/nextcloud/deck/…
-
### Describe the bug
I am currently on ^7.16.17 and an upgrade attempt to ^8.1.1 is throwing the following build errors when using legacy decorators (not TypeScript 5 decorators):
```
1:25:48 PM …
-
## Why
The main problem is that the concept `NormalizedInputOptions` is try to give a final form of options while it still in Js side not passing to the rust.
Take `external` option as an exampl…
hyf0 updated
2 months ago
-
![](https://static.vue-js.com/5e8bf1d0-6097-11eb-ab90-d9ae814b240d.png)
## 一、是什么
`Tree shaking` 是一种通过清除多余代码方式来优化项目打包体积的技术,专业术语叫 `Dead code elimination`
简单来讲,就是在保持代码运行结果不变的前提下,去除无用的代码
如果把代码…
-
### Environment
"nuxt": "^3.10.3",
"nuxt-mongoose": "^1.0.5",
### Reproduction
"nuxt": "^3.10.3",
"nuxt-mongoose": "^1.0.5",
### Describe the bug
When I use mongoose Model.populate("***") in th…
-
### Requested feature:
Currently [mainsail](https://github.com/mainsail-crew/mainsail) uses `v1` of [OverlayScrollbars](https://github.com/KingSora/OverlayScrollbars). `v2` was released recently and …