dojo / webpack-contrib

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

Support namespace and chunk names #321

Closed agubler closed 3 years ago

agubler commented 3 years ago

Type: feature

The following has been addressed in the PR:

Description:

Supports namespacing for custom elements and names chunks when possible.

codecov[bot] commented 3 years ago

Codecov Report

Merging #321 (8ed1b15) into master (b80a136) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #321      +/-   ##
==========================================
+ Coverage   85.63%   85.64%   +0.01%     
==========================================
  Files          54       54              
  Lines        2575     2578       +3     
  Branches      693      694       +1     
==========================================
+ Hits         2205     2208       +3     
  Misses        370      370              
Impacted Files Coverage Δ
src/element-loader/ElementLoader.ts 100.00% <100.00%> (ø)

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 b80a136...8ed1b15. Read the comment docs.