joeeames / WebpackFundamentalsCourse

272 stars 122 forks source link

Updated README.md to address issue #9. #11

Closed jmccliment closed 7 years ago

jmccliment commented 7 years ago

The problem documented in issue #9 is because jshint-loader bombs out if .jshintrc is empty. Adding an empty object literal to .jshintrc corrects the issue.

joeeames commented 7 years ago

Thanks for this PR!