dojo / webpack-contrib

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

Output config for BTR paths #324

Closed agubler closed 3 years ago

agubler commented 3 years ago

Type: feature

The following has been addressed in the PR:

Description:

Add an output option for BTR paths to specify an alternative output that the default [PATH]/index.html, this is useful for pages such as 404s that often need to be output at the root as 404.html

codecov[bot] commented 3 years ago

Codecov Report

Merging #324 (595521f) into master (99e537d) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #324      +/-   ##
==========================================
+ Coverage   85.50%   85.52%   +0.02%     
==========================================
  Files          54       54              
  Lines        2587     2591       +4     
  Branches      699      703       +4     
==========================================
+ Hits         2212     2216       +4     
  Misses        375      375              
Impacted Files Coverage Δ
src/build-time-render/BuildTimeRender.ts 93.77% <100.00%> (+0.05%) :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 99e537d...595521f. Read the comment docs.