HMR doesn't work when deleting css
mathieutu opened this issue · 4 comments
Platform and OS info
Tested on Android emulator, latest version of all.
Steps to reproduce
Hi,
when you're deleting a line of css, in a vue component or in scss file, the deletion is not taken in account.
Example in chronological order:
- With :
.title {
}Title is white.
- With:
.title {
color: blue;
}Title is blue.
- With:
.title {
}Title stays blue.
What is expected?
Css should be updated.
What is actually happening?
Css is not updated.
Hey @mathieutu - Igor has an issue template for a reason, can you please use it? Otherwise it'll be closed and we'll never get anywhere.
@jlooper It's not really convenient and relevant for some issues, but done. I've wrapped this one with it.
Tracked at nativescript-vue/nativescript-vue#425
We are locking this issue because it has been closed for more than 14 days.
If the issue comes up again please open a new issue with additional details.