nativescript-vue/vue-cli-template

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:

  1. With :
 .title {
    }

Title is white.

  1. With:
 .title {
        color: blue;
    }

Title is blue.

  1. 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.

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.