dojo / webpack-contrib

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

Respect additional assets option when using the factory #249

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: bug

The following has been addressed in the PR:

Description:

Ensure that the additionalAssets options is respected when using the factory.

Changes the additionalAssets option from a Set to an array.

codecov[bot] commented 4 years ago

Codecov Report

Merging #249 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #249   +/-   ##
=======================================
  Coverage   84.25%   84.25%           
=======================================
  Files          46       46           
  Lines        2096     2096           
  Branches      562      564    +2     
=======================================
  Hits         1766     1766           
  Misses        330      330
Impacted Files Coverage Δ
src/emit-all-plugin/EmitAllPlugin.ts 100% <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 2640735...4295c6a. Read the comment docs.