Chris Nienhuis
Chris Nienhuis
Also apologize for the delay on our end. We should have code published soon.
@slavafomin Yes! We fully intend to do all phases in the open. Since releasing our code has taken longer than anticipated, I would be open to meeting to discuss our...
@Nyalab - I think this PR looks good. Could you take a look? We need a patch version for a new project we maintain https://github.com/ExpediaGroup/nimbuild/tree/master/packages/nimbuild-corejs.
This is implemented in a better version here: https://github.com/Nyalab/caniuse-api/pull/90
@mschipperheyn @anilanar I followed this [thread here](https://github.com/facebook/react/issues/6985) and here is one possible solution implementing `LoadingComponent`: ``` class SSRAsyncLoadingComponent extends Component { shouldComponentUpdate() { return false; } getExistingHtml(selector) { if (typeof...
This issue should be addressed to better support webpack 5 release (ETA ~ 1 month): https://github.com/webpack/webpack/issues/11406 otherwise webpack process critically fails @mvattuone might be a good time to open your...
We're running into this issue as well trying to use a minimal polyfill webpack configuration and allow run-time polyfills to patch our application. Any movement on this issue in the...
We're also interested in LESS support with nextJS. Currently, we are in an early phase of adoption with a size-able pre-existing base written in .less files. Not being able to...