dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

css module class map loader #224

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: feature

The following has been addressed in the PR:

Description:

A loader that maps original class names to the css module'd class names.

codecov[bot] commented 4 years ago

Codecov Report

Merging #224 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
+ Coverage   85.64%   85.72%   +0.07%     
==========================================
  Files          42       44       +2     
  Lines        2013     2024      +11     
  Branches      553      554       +1     
==========================================
+ Hits         1724     1735      +11     
  Misses        289      289
Impacted Files Coverage Δ
src/css-module-class-map-loader/loader.ts 100% <100%> (ø)
src/css-module-class-map-loader/index.ts 100% <100%> (ø)

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 fd20370...2eecdc5. Read the comment docs.