Closed
Description
- Operating System: OSX
- Node Version: 6.11.5
- NPM Version: 3.10.10
- webpack Version: 3.8.1
- webpack-dev-server Version: 2.9.3
- This is a bug
- This is a feature request
- This is a modification request
Code
// webpack.config.js
Actual Behavior
In recent releases, when using the Chrome inspector, a source map for sockjs is detected and a request is made to the server for /sockjs.js.map, which 404's on the server side. It'd be nice if the source map directive could be removed to avoid this.
//# sourceMappingURL=sockjs.js.map