thgh / rollup-plugin-scss

Rollup and compile multiple .scss, .sass and .css imports
MIT License
134 stars 47 forks source link

SourceMap sources is incorrect #101

Open hungtcs opened 1 year ago

hungtcs commented 1 year ago

The sources field is stdin not pointed to the source file.

{"version":3,"sourceRoot":"","sources":["stdin"],"names":[],"mappings":"AACA;EACE;;AACA;EACE","file":"styles.css"}
L3XAWeasel commented 1 year ago

It's the same for me. Also i get a warning by vitejs that no sourcemaps are created.