Michael Mok
Michael Mok
Hi - as far as I understand this error is only happening on Apple Silicon M1 based devices. > Somehow this is caused by `react-refresh-webpack-plugin`. If I disable it, the...
> @pmmmwh does react-refresh-webpack-plugin have any known issues with chrome canary? Not any that I know of. I am not aware of any problem that would be cause by browser...
> Note the hack works in webpack 4 as each entrypoint can only have a single module (arrays are wrapped in a artificial module), so reapplying the entryOption also adds...
I think webpack/webpack#10715 is kinda blocking `invalidate` implementation (unless we're going full Webpack 5).
Hey - thanks for the suggestion! We also have a proposal (I haven't got time to implement that yet - and this also require some communication with Dan since we...
I'm not sure if we want this - WDS also does not support 24-bit sequences AFAIK, and tbh I would really want to move away from more ANSI parsing on...
> hey > > the https://github.com/jantimon/favicons-webpack-plugin is only generating the full favicon during production mode by default. > so if you set `mode: "development"` it will not be active unless...
> why would you need this code in that case to conditionally add it? It is always good to make the configuration explicit from a library authors' standpoint, so users...