Michael Mok
Michael Mok
Support for this option have not been added, but should be. I'll try to find time to work on this.
`/ws` is actually hardcoded in `webpack-dev-server`. We should try migrating to their newer API where the dev server can be imported and used directly ... but fixing this fallback of...
It is likely misconfiguration/intentional due to indeterministic behaviour. As long as the plain JS files are within the import cycle of the app they will be reloaded.
Hi, this plugin is not using IndexedDB, are you sure you are looking at the right place?
Maybe you can explain the setup in more details? This plugin by default ignores `node_modules`, maybe you would want to override that (also for the Babel plugin).
> It sounds like the exclusion of the `node_modules` folder is probably the key missing issue. So should I just change the `exclude` param to exclude all of `node_modules` except...
Hi, I cannot help you unless you can provide a reproducible example. Do you have multiple versions of Webpack installed?
Class components will always re-render on fast refresh. This is a limitation, and if it is not happening it is likely a configuration error, which I will need a reproducible...
Do you have a sample repo that we can look into?
In `v0.5.13` there's a change that may or may not help with the memory pressure problem - I suspect the issue here is either related to Webpack's in-memory file system,...