Ty3uK / parcel-plugin-pug

Pug template support for Parcel bundler
MIT License
46 stars 6 forks source link

parcel can't auto hot reload #19

Closed lordGuan closed 6 years ago

lordGuan commented 6 years ago

(sorry for my poor english

Here is the thing, I created a index.pug in root dir, which include common.pug in root/pages/common dir, and I changed the common.pug but parcel didn't auto reload.But if I move the common.pug to root dir, parcel would auto reload after changing common.pug. Thanks