Live Edit - Webpack with SCSS stylesheets. All is working except for style updates
Hi there,
I'm using PHPstorm with a Javascript debug config, and it's working great for edits to my markup, etc. However, I can't seem to get it to work with updates in my SCSS files that are getting compiled in webpack.
I'm on the brand new version.
Is there any way to get this to work?
Thanks,
Todd DeSantis
audioflea.com
Please sign in to leave a comment.
I guess you're using File Watchers to compile SCSS into CSS? Dynamic updates for Live Edit upon file renewal isn't implemented yet, feel free to vote for this feature request: https://youtrack.jetbrains.com/issue/WEB-10203
Does webpack watch your .scss files? How do you run it 9is it set up as a file watcher, or?). Also, what PHPStorm version do you use? Problem might be related to https://youtrack.jetbrains.com/issue/WEB-19756