-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange CSS sourcemap filename path #572
Comments
It seems like autoprefixer being in the loader chain may be causing this. |
This was referenced Nov 19, 2015
Any update on this? Are we using the correct version of css-loader re: webpack-contrib/css-loader#154 |
@quicksnap @danauclair Applying the autoprefixer first solves this issue Change
to
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CSS sourcemaps have strange repeated paths. This looks like it may have something to do with webpack's output.devtoolModuleFilenameTemplate config.
Example:
webpack:///./src/containers/App/src/src/containers/App/App.scss
This makes it hard to map all of the components at once in Chrome's dev tools (for saving back to source files).
The text was updated successfully, but these errors were encountered: