Closed mopsik closed 7 years ago
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
https://github.com/preboot/angularjs-webpack/blob/master/webpack.config.js#L133 Providing direct link for easier access.
@mopsik @escapedcat fixed, thanks.
Hello. It seems that there's a typo in comment regarding istanbul loader.
I mean this line:
While it actually seems to skip node_modules and files that end with .spec