Closed justmoon closed 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?
It was fixed here: webpack/core@cf5d1507337a4f5a7cc83aa1211b0a05129b15d0
Just update it from npm
JSHint via webpack doesn't seem to be showing which file an error occurred in, e.g.:
Which file has that unnecessary semicolon?