I feel we're closer than ever before on getting CSS sourcemaps functional for which I've been working on CRA fork that so far holds up to issues caused by previous attempts at this problem (see #591 (review))
PR for which will be up very soon.
This PR will replace style-loader and new setup will handle things differently. Considering that as well as react-hot-loader or #2304 , these are clearly new windows to awesomeness and bugs.
So how about CRA published with new features (even unstable) included that can be enabled by passing flag to yarn start?
For example: yarn start --rhl --css-maps
Thoughts welcome