Answer the question
In order to leave comments, you need to log in
Why doesn't Webpack reload the web page?
Good afternoon!
I have a problem webpack-dev-server compiles everything but the web page does not reload.
Although everything worked before and I did not rewrite anything ...
Here is a link to the project with my assembly
Please help me figure it out
Answer the question
In order to leave comments, you need to log in
You can try replacing devServer with this:
devServer: {
port: 8080,
hot: isDev,
hotOnly: false,
liveReload: isDev
}
I solved the problem by adding to the configwatchContentBase: true
devServer
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question