vuejs / vue-hot-reload-api

🌶️ Hot reload API for Vue components
MIT License
466 stars 51 forks source link

Add "isRecorded" and disable duplicate records #66

Closed orblazer closed 6 years ago

orblazer commented 6 years ago

Hello, i have add isRecorded method for check if module is recorded and i have add condition for disable duplicate records.

Thanks.

yyx990803 commented 6 years ago

Can you provide more context? Under what situation will there be duplicated records? How are you using the hot-reload-api?

orblazer commented 6 years ago

I use the plugin on FuseBox (linked PR). This plugin not produce duplicate but I have add that for more security and remove something problem

orblazer commented 6 years ago

Ops I have fail close..