Parsing won't work on my website
Hi,
First i must say that i used your awesome plugin for sometimes. I came across a bug on your code that is happening during the parsing of the css. My css is all compiled into on app.css.
Here is the erreur that i get inside the console:

I'm on Chrome Version 70.0.3538.102 (Official build) (64 bits)
I have the same problem, I'm using scss with webpack on a react application. It have modules: true (not sure if this changes something). Also, maybe because of the source map, it can't read the scss?
Can you give me an online example so I can reproduce this issue ?
I have the same problem, I'm using
scsswith webpack on a react application. It havemodules: true(not sure if this changes something). Also, maybe because of the source map, it can't read thescss?
only the compiled native css is supported, so no scss.