Cyril Bonnet

Results 27 comments of Cyril Bonnet

Similar issue over here. If I try to open the page right after started the local server, I encounter the following error: ``` error - unhandledRejection: Error: aborted at connResetException...

> Hi, can you please confirm you are still seeing this error on the latest canary of Next.js `v12.2.4-canary.8`, as noted this is most likely separate from the initial issue...

@Tuno88 @darkpiv Just wait for `next v12.2.4`: https://github.com/vercel/next.js/issues/36251#issuecomment-1199408517

> Guys did you fix the issue? I have the same problem. > > If someone knows, how to fix it, I'll be really apreciate :) Just wait for next...

I finally made styled-components linting work again thanks to @lbragile [solution](https://github.com/styled-components/styled-components/issues/3607#issuecomment-1000937952), thanks for that. But I quickly faced an issue which is the unavailability of `stylelint --fix` when using a...

@chiholiu10 `@stylelint/postcss-css-in-js` [seems to have been deprecated](https://github.com/stylelint/postcss-css-in-js/issues/225). > One of the biggest changes we've made is [removing the ](https://github.com/stylelint/stylelint/issues/5289#issuecomment-840772900)syntax option (context here) and no longer bundling syntaxes (this one included)...

> **@probablyup [said](https://github.com/styled-components/styled-components/issues/1217#issuecomment-1179030032):** Probably yes. Gzip eliminates most of the benefit of whitespace minification so I’d just skip it

I just tried the `recharts/es6/` import method, and my bundle is still crazy big. Any lead on `recharts` optimization? It is the biggest part of my production bundle :|

Hi, I'm working on optimizing the `ramda`(heavy) usage on en existing codebase, starting by enabling tree-shaking. What is its current state? It seems that the only importing method allowing tree...

> When i've optimized this stuff the lib became almost fully tree-shakeable when importing stuff from the root entrypoint. This was quite some time ago - cant say if there...