dojo / webpack-contrib

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

Only process js or mjs files in emit all plugin #318

Closed agubler closed 3 years ago

agubler commented 3 years ago

Type: bug

The following has been addressed in the PR:

Description:

Only processjs and mjs files in emit all plugin

Resolves https://github.com/dojo/cli-build-widget/issues/104

codecov[bot] commented 3 years ago

Codecov Report

Merging #318 (b1ef95e) into master (55aa1c4) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #318   +/-   ##
=======================================
  Coverage   85.62%   85.63%           
=======================================
  Files          54       54           
  Lines        2574     2575    +1     
  Branches      692      693    +1     
=======================================
+ Hits         2204     2205    +1     
  Misses        370      370           
Impacted Files Coverage Δ
src/emit-all-plugin/EmitAllPlugin.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 55aa1c4...b1ef95e. Read the comment docs.