dojo / cli-build-widget

Command for building Dojo widgets
Other
6 stars 17 forks source link

Use classes map loader to support composes for the lib build #84

Closed agubler closed 4 years ago

agubler commented 4 years ago

In order to support composes for the library target composes needs to be resolved within each asset using postcss-modules and then the mappings need to be injected into the css-loader result which ensure that the correct js mappings are created.

codecov[bot] commented 4 years ago

Codecov Report

Merging #84 into master will decrease coverage by 0.69%. The diff coverage is 8.69%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #84     +/-   ##
=========================================
- Coverage   59.49%   58.79%   -0.7%     
=========================================
  Files           9        9             
  Lines         474      483      +9     
  Branches      111      115      +4     
=========================================
+ Hits          282      284      +2     
- Misses        192      199      +7
Impacted Files Coverage Δ
src/base.config.ts 20.96% <8.69%> (+0.09%) :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 bbc99d9...7ca5928. Read the comment docs.