F7 cli created project, hot-reload reload the entire page

As title says.
Fresh project with F7 v5, created directly from F7 cli.
Hot-reload reloads the entire page and goes back to the starting route.

Video of the whole process: https://photos.app.goo.gl/dq9s48YvknUnfM3d8
Project fires up at minute 2:30.

Any help it’s appreciated :slight_smile:

Так и должно быть. Изменения CSS применяются без такого обновления.

@shastox thanks for the reply.

If i understand correctly (automated translation), the behavior i shown in the video is fine for F7 core v5. It’s expected.
Just the CSS changes apply without a full page reload. Right?

But why in a fresh F7 v5 project with Vue it actually works like i hope the core edition worked too?
Video: https://photos.app.goo.gl/jM6GeMkshLApXcbU6 minute 2:55.
Is that expected too, coming from Vue itself?

yes

I dont know about Vue

It is not expected and on other side, hot-reload is not something that can work right from the box everywhere. It works with Vue because vue loader handles webpack’s hot reload internally.

I haven’t implemented it yet because it is not critical issue, when i have time I will check what needs to be done in order to make it work

1 Like

Understood.

Thanks for the time @nolimits4web :wink: