Running yarn run dev doesn't starts node in inspect mode and thus chrome nodejs devtools are not working.
Running yarn run dev2 starts nodemon in inspect mode and that works fine. However, nodemon takes a lot of time to rebuild and hampers productivity.
Anything wrong that I've done...
My package.json file
Running
yarn run dev
doesn't starts node in inspect mode and thus chrome nodejs devtools are not working. Runningyarn run dev2
starts nodemon in inspect mode and that works fine. However, nodemon takes a lot of time to rebuild and hampers productivity. Anything wrong that I've done...