Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Sass sourceMap does't work #46

Closed
six006 opened this issue Sep 30, 2016 · 6 comments
Closed

Sass sourceMap does't work #46

six006 opened this issue Sep 30, 2016 · 6 comments
Assignees

Comments

@six006
Copy link

six006 commented Sep 30, 2016

I want to debug all css file from src/*/.scss in chrome .

First step I override the sass.config.js and set the sourceMap:true,it can generate a main.css.map file in www\build,but it does't work.

the map file are these code:

AAAA,iBAAiB;AACjB;;;;;;;;;;EAUE;AACF;EACE,wBAAwB;EACxB,yDAAyD;EACzD,2XAA2X;EAC3X,oBAAoB;EACpB,mBAAmB;CACpB;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAu6BE,sBAAsB;EACtB,wBAAwB;EACxB,YAAY;EACZ,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,qBAAqB;EACrB,eAAe;EACf,oCAAoC;EACpC,mCAAmC;CACpC;;AAED;EACE,iBAAiB;CAClB;;AAED;EACE,iBAAiB;CAClB;;AAED;EACE,iB...
@six006 six006 changed the title Sass.config.js sourceMap does't work Sass sourceMap does't work Sep 30, 2016
@adamdbradley adamdbradley self-assigned this Oct 3, 2016
@six006
Copy link
Author

six006 commented Oct 6, 2016

version 0.0.29 still doesn't work

@flobacher
Copy link
Contributor

still broken on 0.0.30 =/

@flobacher
Copy link
Contributor

as seen above, I created a PR #306 that should fix this issue..

@jgw96
Copy link
Contributor

jgw96 commented Nov 3, 2016

Hello @flobacher, thanks a ton for the PR! We will take a look at it.

@flobacher
Copy link
Contributor

hello @jgw96 great =)
would be great if you could really merge this, because its really to not be able to see from which scss your styles come from. I just update to the latest master branch (where the problem still exist), so that there are no merge-conflicts

@danbucholtz
Copy link
Contributor

I just merged a PR that should help with this.

It should be in the next app-scripts release.

Thanks,
Dan

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants