Is hot reloading of content_scripts supported?
Steps to reproduce
- clone the repo
- npm i; npm run start:chrome - see the default console log
- change
src/content_scripts/index.js to `console.info('HOT RELOAD IS WORKING!')
- reload the page
- console.log does not change :<
When i go into chrome://extension, click reload, and the reload the page - contents of console.log changes