Typo in webpack.config.js comment
mopsik opened this issue · 2 comments
mopsik commented
Hello.
It seems that there's a typo in comment regarding istanbul loader.
I mean this line:
//Skips node_modules and files that end with .test
While it actually seems to skip node_modules and files that end with .spec
escapedcat commented
https://github.com/preboot/angularjs-webpack/blob/master/webpack.config.js#L133
Providing direct link for easier access.
phra commented
@mopsik @escapedcat fixed, thanks.