Hot module replacement doesn't work in Framework7 + Webpack boilerplate

I have cloned the project of Framework7 + Webpack and served it using the npm script ng run dev.
This is the project, just to make sure: https://github.com/framework7io/framework7-template-webpack

When I am changing something either in HTML and either in JS, changes are not getting even when I manually refresh. They appear only when I am aborting the webpack dev server and re-init it.

There is something wrong with your setup then, it should work there. Try to create project with framework7-cli

1 Like

I have just installed using the Framework7 CLI the React + Webpack and now it fully refreshes the whole webpage, instead of hot reload.

P.S. Another bug: When I navigate to about page, for example, and then change something, the whole app reloads to the starter page.