-
I followed the [with-tailwind](https://github.com/vercel/turbo/tree/main/examples/with-tailwind) example, which uses the new eslint rules from vercel/styleguide. I was having issues getting eslint to …
-
**Describe the bug**
I used the following packages and integrated them into Next.js, but I found that the bundle size is too large, affecting my initial page load speed.
```json
"@builder.io/…
-
It hasnt been released for awhile, is this still underdevelopment? Vuetify has been released a few times and it'd be great if we get a new release here.
-
### Feature Use Case
I'm using Rollup to bundle a web app in several steps. One of them consist in bundling all third party libraries used by the application in order to cache the result and sp…
-
## Motivation
Currently the npm distribution for gosling.js includes:
```
dist/
├── 1.gosling.js
├── 1.gosling.js.map
├── 2.gosling.js
├── 2.gosling.js.map
├── 3.gosling.js
├── 3.gosling.…
manzt updated
3 years ago
-
I got this when use thaler + vite:
After deep dive to the compiler, I noticed that imports for RPC did not remove from client bundle, it just like a import and unused like below
I don't thin…
-
Any plans for [SystemJS](https://github.com/systemjs/systemjs) as an output format?
I am currently using this for browser support. It seems to be supported by other bundlers, such as Rollup and Web…
-
### Reproduction
https://stackblitz.com/edit/tpwezn
### Describe the bug
Commented on #241 as the reference on when the bug might surface.
Here is the stackblitz link to repro:
1. Radix…
-
For now we have an ability to import every enhancer directly like
`import withProps from 'recompose/withProps'`, there are 2 reasons to deprecate such behaviour:
1) Now we are supporting es2015 modu…
-
## Summary
In package.json, we're moving to `exports` maps as the way to define valid entry points and their d.ts locations into a package. This can include not just supported entries into a packag…