brunobeeee / drinklog

A habit tracker for tracking water intake.
0 stars 0 forks source link

Parcel not watching anymore #90

Open brunobeeee opened 3 weeks ago

brunobeeee commented 3 weeks ago

When you use the dev environment the parcel bundler is started by npm run dev wich initiates parcel watch src/index.js. This should normally watch any filechange in the frontend and rebuild when a filechange occurs. But it doesn't do this anymore which is really annoying when developing.