Hi! I have problem when using plugin with webpack-dev-server.
I've rendered my index.html but it stays in memory, not in the content-base folder where static should be located. So browser cannot find any index.html and gives 404 error.
Hi - could you please send me a minimal project setup so I can try to reproduce the error?
I fixed it after setting publicPath to "/". Didn't work with any other path.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I fixed it after setting
publicPathto "/". Didn't work with any other path.