-
In order to supprt npm packages I'm basically using a plugin to auto fetch the packages and their files from https://unpkg.com, I'm manually fetching the `package.json` as well and setting up the reso…
-
First of all, thank you very much for this library, it's awesome! :)
It'd be good to have a tree shaking support, so the unused functionality (like pluralization or interpolation, namespaces) can b…
-
I Jeff, me and @sebaplaza are trying to use tree shaking in a NodeJS app which uses Awilix.
We are using [@vercel/ncc](https://github.com/vercel/ncc) to tree shake our code. Our problem is that Awi…
-
Reproduction:
1. Checkout https://github.com/tom-sherman/response-multipart/commit/ebbe84ee913c7ff87905134ca774baf1f0fde268
2. Run `deno run --allow-all scripts/build_npm.ts`
Actual behaviour:
…
-
### Describe the bug
I have a component library based on kit. On one of my project, I only use one component of my component library. In this situation, all the styles of all the components are loade…
-
### Summary
Take final browser, report, filesize, buildtimes etc. post-refactor.
### Tasks
- [x] chrome perf
- [x] home, privacy, post, posts, category
- [x] navigating through the site
- [x] l…
-
### What version of Remix are you using?
0.0.0-nightly-1f29147-20231026
### Are all your remix dependencies & dev-dependencies using the same version?
- [X] Yes
### Steps to Reproduce
```sh
npx …
-
### 🥰 需求描述
发现仅仅使用pro-form和pro-layout,parsed size 就超过了400kb了,快赶上ant-design.min.js的一半大小了。我没看源码,但我想知道这两个组件还有优化的空间吗?
### 🧐 解决方案
### 🚑 其他信息
-
### Rollup Version
3.20.7
### Operating System (or Browser)
windows
### Node Version (if applicable)
_No response_
### Link To Reproduction
https://rollupjs.org/repl/?version=3.20.7&shareable=J…
-
Hi guy!
[Deno](https://deno.land)'s excellence made me give up node, but I need a build tool like esbuild.
I want to transform npm modules to esm to run in [deno](https://deno.land), which allows …