dojo / webpack-contrib

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

Bugfix/main css in main chunk #335

Open KaneFreeman opened 3 years ago

KaneFreeman commented 3 years ago

Type: bug

The following has been addressed in the PR:

Description: Bootstrap plugin will now import the main.css file when the path is provided from cli-build-app (aka main.css exists).

Resolves https://github.com/dojo/cli-build-app/issues/228

codecov[bot] commented 3 years ago

Codecov Report

Merging #335 (8801981) into master (181c774) will decrease coverage by 0.02%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
- Coverage   85.43%   85.41%   -0.03%     
==========================================
  Files          54       54              
  Lines        2602     2605       +3     
  Branches      706      707       +1     
==========================================
+ Hits         2223     2225       +2     
- Misses        379      380       +1     
Impacted Files Coverage Δ
src/bootstrap-plugin/async.js 0.00% <0.00%> (ø)
src/bootstrap-plugin/BootstrapPlugin.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 181c774...8801981. Read the comment docs.