webpack-contrib / jshint-loader

[DEPRECATED] jshint loader for webpack, please migrate on `eslint`
MIT License
67 stars 37 forks source link

Added support to sourcemaps #15

Closed gabrielenosso closed 9 years ago

gabrielenosso commented 9 years ago

I simply added the support to sourcemaps. It is very useful if you want to use jshint on files that are transformed.

For example with .jsx files loaded with the jsx-loader, which creates the sourcemap relative to the original jsx files (before they are transformed).

sokra commented 9 years ago

Thanks