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).
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).