mkdist
mkdist copied to clipboard
feat: support transpilation of `<style>` blocks
Codecov Report
Merging #27 (27a98a7) into main (8f3a513) will increase coverage by
0.76%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #27 +/- ##
==========================================
+ Coverage 95.37% 96.13% +0.76%
==========================================
Files 6 7 +1
Lines 324 388 +64
Branches 70 79 +9
==========================================
+ Hits 309 373 +64
Misses 15 15
Impacted Files | Coverage Δ | |
---|---|---|
src/loader.ts | 100.00% <100.00%> (ø) |
|
src/loaders/index.ts | 100.00% <100.00%> (ø) |
|
src/loaders/sass.ts | 100.00% <100.00%> (ø) |
|
src/loaders/vue.ts | 100.00% <100.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
@pi0 Any issue with this pr?
Can we lazy import sass
dependency and also remove from dependencies? (it can be included from user path).