preboot / angularjs-webpack

A complete, yet simple, starter for AngularJS using webpack
MIT License
1.71k stars 658 forks source link

Typo in webpack.config.js comment #75

Closed mopsik closed 7 years ago

mopsik commented 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

escapedcat commented 7 years ago

https://github.com/preboot/angularjs-webpack/blob/master/webpack.config.js#L133 Providing direct link for easier access.

phra commented 7 years ago

@mopsik @escapedcat fixed, thanks.