Add (s)css files to dev

Hi,

When I run the dev commando, scss files are rendered inside javascript. How can I serve the files seperate for source mapping and correct injection?
Also when I use the multi compiler method BrowserSync is not refreshing? How to fix?

HMR with multi-compiler hasn’t been tested. I would set it up with browsersync in the interim.

bud.use(new BrowserSyncPlugin())

HMR relies on injecting styles with javascript. This is the “correct” injection technique.