rubenspgcavalcante / webpack-extension-reloader

A upgrade from šŸ”„webpack-chrome-extension-reloaderšŸ”„, now on all browsers
MIT License
494 stars 78 forks source link

CSS reloading #117

Open srodrigo101ways opened 4 years ago

srodrigo101ways commented 4 years ago

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 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?