You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When chaining the autoprefixer-loader and sass-loader I'm seeing strange paths in my resulting sourcemap. Removing the autoprefixer-loader from my config seems to fix the problem, so I'm not sure if this is an issue with the css-loader or autoprefixer-loader.
When chaining the autoprefixer-loader and sass-loader I'm seeing strange paths in my resulting sourcemap. Removing the autoprefixer-loader from my config seems to fix the problem, so I'm not sure if this is an issue with the css-loader or autoprefixer-loader.
It seems really similar to this fix: #154
Example:
webpack:///./src/containers/App/src/src/containers/App/App.scss
This makes it hard to map all of the source files at once in Chrome's dev tools (for saving back to disk).
I'm using a webpack setup like the react-redux-universal-hot-example boilerplate, where I've also noted the problem:
erikras/react-redux-universal-hot-example#572
Any ideas?
The text was updated successfully, but these errors were encountered: