webpack-contrib / jshint-loader

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

Should show filename for JSHint warnings #2

Closed justmoon closed 11 years ago

justmoon commented 11 years ago

JSHint via webpack doesn't seem to be showing which file an error occurred in, e.g.:

Running "webpack:desktop_debug" (webpack) task
                         Asset    Size  Chunks  Chunk Names
ripple-client-desktop-debug.js  606748       0  main       

WARNING in jshint results in errors
  Unnecessary semicolon. @ line 408 char 6
        };

Which file has that unnecessary semicolon?

sokra commented 11 years ago

It was fixed here: webpack/core@cf5d1507337a4f5a7cc83aa1211b0a05129b15d0

Just update it from npm