krasimir / webpack-library-starter

Webpack based boilerplate for producing libraries (Input: ES6, Output: universal library)
MIT License
1.36k stars 290 forks source link

Support test coverage with instabul and nyc #51

Closed Qu4tro closed 6 years ago

Qu4tro commented 6 years ago

This PR adds support for test coverage.

Things that can improve in this PR, but I still couldn't get them to work (All relate to instabul/nyc configuration):

Let me know what you think about adding this test coverage support. Any help is appreciated on the points above.

krasimir commented 6 years ago

Ah, I forgot. Can you please provide another small PR for updating the README.