JW

Results 30 comments of JW

@alexander-akait yep.. It's a huge project, server and client compiler will each compile 25k+ modules. I took some methods (from `next.js` and other repos) to optimize it. 1. only compile...

@alkanna I meet same issue, I fix my issue by by add `@svgr/plugin-svgo` and `@svgr/plugin-jsx`, see https://github.com/pd4d10/vite-plugin-svgr/issues/49 for more details

Closed, I think it related to react-router. https://github.com/remix-run/react-router/issues/10357

`quicklink` export `prerender` API, currently, if call `prerender` multiple times, still throw this error. If user use `prerender` API manual, I think we should not limit prerender urls size. Maybe...

Still use 1.19.0 version, pending upgrade to latest version due to this issue...

> @devongovett Meet simliar issue, use it with MiniCssExtractPlugin > > with input: > > ``` > .header { > height: 60px; > height: var(--header-height); // 68px; > } >...

i want **Stylus instellisense when importing variables from separate file in vscode**, maybe https://github.com/mrmlnc/vscode-scss can do that with some tricks?

> Can we ensure this works with module federation? Happy to collaborate with someone with you guys on this. Not sure this works with module federation, you can try it...