Description:
This extension works well when you change a JS file, but I can't get it to work when making a change on a CSS file that's on the content_scripts list in the manifest. I've added style-loader and css-loader (I think the later is not needed anyway), but still doesn't work. Is there a way to do this?
Type:
Environment:
I'm going to open a PR:
Description: This extension works well when you change a JS file, but I can't get it to work when making a change on a CSS file that's on the
content_scripts
list in the manifest. I've addedstyle-loader
andcss-loader
(I think the later is not needed anyway), but still doesn't work. Is there a way to do this?