-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Description
This is just a question:
Is there a way to trigger Webpack to trigger a recompile on file changes? I've got a JavaScript module that builds out CSS. That's what I'm loading as a virtual module.
I've got mine building fine, but when I make changes to my file they are not showing up in my dev work. I have to restart webpack.
I've even tried using the webpack-watch-files-plugin to watch for changes and it looks like that is running fine, but my CSS changes do not get incorporated.
Additional context
The CSS module is being loaded the same way as in this thread: #70