You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vue-loader v15 is supposed to fix some long standing config issues. It would be nice to have this template serve as an example of its usage.
My main motivation for this issue is that I ran into some strange interaction with karma-coverage's lcov report and I'm curious if you run into any issues. Currently the detailed html coverage report does not work right for single file components. With vue-loader v15 and a few patches to istanbul I was able to get it working with perfect line coverage reporting.
The text was updated successfully, but these errors were encountered:
vue-loader v15 is supposed to fix some long standing config issues. It would be nice to have this template serve as an example of its usage.
My main motivation for this issue is that I ran into some strange interaction with karma-coverage's lcov report and I'm curious if you run into any issues. Currently the detailed html coverage report does not work right for single file components. With vue-loader v15 and a few patches to istanbul I was able to get it working with perfect line coverage reporting.
The text was updated successfully, but these errors were encountered: