-
I have redefined the `Kind` and `OperationTypeNode` enums in Graffle because they do not seem to tree shake well. You can see the code and bundle visualization [in this PR](https://github.com/graffle-…
-
# Motivation
I wrote some very simple code to run in a browser and print a full year of פרשה names:
```ts
import { HebrewCalendar } from '@hebcal/core'
const events = HebrewCalendar.calendar({…
-
### Version:
- `@inertiajs/svelte` version: 1.2.0
### Describe the problem:
**1. The router**
Just importing the router (`@inertiajs/core`) instantly adds 110KB to the final, minified unco…
-
### Do you intend to personally contribute/program this feature?
No
### I would like to see this change made to improve my experience with
Mod capability as a Modder
### Description
Currently it'…
-
Currently, when we import icons like this
`import { Horse, Heart, Cube } from 'phosphor-react-native';`
it results in a big bundle size because of importing all the icons, even if the others are not…
-
### Description
This project used to namespace operations by service which was very nice:
```typescript
FooService.myOperation(foo)
```
However, the default is now to have everything at the…
-
### Is your feature request related to a problem? Please describe.
Without tree-shaking, importing axios is always huge
### Describe the solution you'd like
Making Axios tree-shakable
-
### Current Behavior:
I've installed Vidstack into a Next js (v14.1.0) monorepo.
To my surprise when I build the project and see the weight using the nextjs-bundle-analyzer I'm seeing that Vidsta…
-
# Checklist (for the issue creator)
- [x] I have looked at the documentation site and was not able to find the required feature.
- [x] I have looked into the Figma boards and was not able to f…
-
# 记一次打包体积优化 | llyのblog
我的个人博客,写点想写的
[https://blog.liuly.moe/posts/tree-shaking](https://blog.liuly.moe/posts/tree-shaking)