Closed bryanbecker closed 7 years ago
Merging #28 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #28 +/- ##
======================================
Coverage 93.1% 93.1%
======================================
Files 1 1
Lines 58 58
======================================
Hits 54 54
Misses 4 4
Impacted Files | Coverage Δ | |
---|---|---|
index.js | 93.1% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e5d29c9...9b2f951. Read the comment docs.
Awesome, thanks @bryanbecker!
Original version required the webpack output file to be "main" in order to upload as module
main
, but this makes integrating with other webpack features frustrating.This change allows files to have
.js
extensions (ex.main.js
), while still uploading with module namemain