erikras / erikras/react-redux-universal-hot-example
Strange CSS sourcemap filename path
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
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).
Contributor guide
Assessment
This issue has not been assessed yet.