Sébastien Lorber

Results 1393 comments of Sébastien Lorber

> One thing I regret about migrating to Next.js is we will be forever tied to Webpack because from my observation the Webpack 5 migration for them was more painful...

> Transforms may need to be ported to Rust, not 100% sure on that one though. If we want i18n to work we'd rather port our plugin to Rust yes....

We don't have a way to resume a build sorry. We use Webpack which has caching layers (that we can persist) but afaik it can only persist at the end...

@alexander-akait already tried that but wasn't able to make it work successfully so far 🤪 Also is this really supposed to improve a static site production build? Considering that in...

FYI the current canary and next release will include the suggestion from @adventure-yunfei We now limit the concurrency when outputting static files at the end of the build process. This...

> Just tried that secret env variable (on version 0.0.0-5101) and even setting it to 2 I get an OOM error on our website (I can link the repository if...

> @alexander-akait Do you have exaples of using SWC and SWC minifier instead of babel? we are using SWC on the Docusaurus site now, so feel free to steal our...

Also seen this and not sure how to fix it > I don't even know what's triggering the progress bar, We are using webpackbar Webpack plugin, maybe it has a...

Hi, Unfortunately I'm not a perf expert. Using `http://web.dev/measure` I get highly variable results but I don't see any significant improvement (at least in score) by deferring the scripts, so...

1) => some users might not use the classic theme and won't necessarily have a search. If they really want the classic theme they can eventually not use the Algolia...