Vue-loader: Removed style tag not registered for hotloading

Created on 28 Feb 2016  路  4Comments  路  Source: vuejs/vue-loader

As @jbruni reported here:

Fresh install. Playing with Hello.vue, under npm run dev.

I've added

<style>
h1 { color: red }
</style>

and saved the file. The style has been hot-loaded and applied. Great!

Then, I've undone the change (removed the and save the file to see the styles removed in the browser.

Then, I could finally remove the tag, since the "undo" was done.

bug 8.x

All 4 comments

@chrisvfritz - Thank you for taking care and moving the issue to the correct place.

I reproduced in 8.x version (Vue 1.x).
BTW, I did not reproduce in 9.x later.

im with the problem. Holly fuck. I uninstaled all my dependencies, than worked, now stoped again. Do i will have to reinstall everytime? omg my dependencies have almost 300mb.

@eeerrrttty yarn plz, it will cache all your installed package

Was this page helpful?
0 / 5 - 0 ratings