adobe / adobeio-cna-starter-project

DEPRECATED - Please use https://github.com/adobe/aio-cli to manage your future apps!
https://adobe.io
Apache License 2.0
10 stars 8 forks source link

Every file change in npm run dev will create a new chrome tab #20

Closed maximilianvoss closed 5 years ago

maximilianvoss commented 5 years ago

When running npm run dev and do some code changes for example in an action an additional chrome tab will be automatically opened pointing to http://localhost:9800. This can be very annoying when multiple changes are done and saved.

Way better would be, do nothing and let the developer refresh the page.

moritzraho commented 5 years ago

Good point this is indeed annoying.. making a PR to show the URL in the console instead of opening it

moritzraho commented 5 years ago

@maximilianvoss should be fine now, you can pull the latest changes or if you have problems merging, just remove the last line of scripts/parcel.proxy.js Thank you for the feedback !

maximilianvoss commented 5 years ago

Great! Thanks a lot! :)