Hot reloading a CSS file not working
Hi!
When I modify a css file in my project, the app reloads automatically and I get the "Extension re-packaged" as in my .tsx files, but the web page where my extension is running doesn't reload. Reloading the web page doesn't do anything, and I have to restart the development server to be able to see the new style. Is this something I can configure somewhere?
In general, I did not see where I could configure Plasmo to see or modify which folders it observes when hot-reloading.
Thank you for your help!
5 Replies
@louis any idea what's going on here? π
@tetec1 I'd try again, maybe with the verbose flag
hmm no, I removed the verbose flag but I get the same behavior
I have to reload manually when I modify css files, tsx are fine
where are these css files located btw?
outside of the plasmo project?
in src/styles:
but I had this issue in other folders too, I moved them to a styles folder based on your advice from another thread
Unfortunately this problem persists.