vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 153 forks source link

Would you please like to add a hotReload attribute on the option Object? #224

Open ZhangPuXi opened 6 years ago

ZhangPuXi commented 6 years ago

I use gulp-vueify in my project and I have met some issue about hot reload. Once vueify pack my code, it caches the styles and never change until I delete the bundles and repack it. So I want a hotReload config, thanks!