SASS and SourceMap woes
See original GitHub issueIs this a bug report?
No
Problem
I’ve given this a fair amount of time but I simply cannot got to any elegant solution if any. I’ve setup my project to use SASS and node-sass-chokidar
to read and compile the sass into my src directory.
When using import './App.css';
there is no way to inspect elements and get their location in SASS due to the inlining and no reference to the map file. Element locations only read as <style></style>
in the inspector.
Any option to put the css and map file into the public folder creates a full reload and makes the development process with css even more painful.
I feel i might be missing something here, because the default configuration is simply not an efficient way to write and maintain SASS, along with keeping all the hot reloading tech in place.
Any help would be much appreciated.
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:10 (2 by maintainers)
Top GitHub Comments
The issue is still persisted with 2.0.4 (both CSS and SASS). Please consider to re-open this.
Still same issue for v2