-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager yarn
- [x] I run Snowpack on OS Windows
- [x] I run Snowpack on Node.js v1…
-
For a given subset of modules, we would like to ensure that all imports for these modules use namespaces (aka not default or named imports).
### Rationale
Inside of a module, sometimes we like t…
-
Following the standard - all pages should be reworked one by one.
This could be done by different developers.
Pages should go through editing process.
Issues that are touching components functio…
-
-
**Is your feature request related to a problem? Please describe.**
现在这种批量的导出,应该是无法进行 treeshakeing。
![image](https://github.com/user-attachments/assets/bec08d83-3853-48fa-be23-ee9b8a8034f4)
**Descri…
-
Hi, I'm working on [2m2d](https://git.karx.xyz/karx/2m2d) whose webserver is written in Rust, so I can't use `npm` for the frontend (It has to be static sites only). Is there a way to build this libra…
-
Hi. I'm stuck with adding vuetify to my stories.
I'm using vue CLI 4.5.7 with vue 2.6.11
Most of the components dont work correctly and i can't access vuetify global variables.
I have these err…
-
tsup build is failing on me when dts is enabled
cli output
```bash
> shadcn-fe-components@0.0.1 build C:\Users\denni\Desktop\code\workspace\shadcn-ui-fanedition\packages\ui
> tsup
CLI Build…
-
提高首屏渲染速度
1. Tree shake -> remove unused code
2. Code split(webpack `import` / `require.ensure`) -> load critical code
3. Script 使用`async`/`defer`防止脚本加载会阻塞dom渲染(async/defer异同点,两者都是异步加载,async是乱序的…
-
### Description
An error occurs when the `createClient` API of **ESM** is called.
This change will probably solve the problem, but I'm not sure if it's a good solution.
**packages/openapi-ts/…