moxystudio / webpack-isomorphic-dev-middleware

The webpack-dev-middleware, but for isomorphic applications
MIT License
39 stars 6 forks source link

chore: update webpack-isomorphic-compiler and res.locals signature #40

Closed andrefgneves closed 6 years ago

andrefgneves commented 6 years ago

BREAKING CHANGE: webpack-isomorphic-compiler now accepts different values for the report option. BREAKING CHANGE: res.locals signature has changed

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #40   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         130    133    +3     
  Branches       26     27    +1     
=====================================
+ Hits          130    133    +3
Impacted Files Coverage Δ
lib/util/checkHumanErrors.js 100% <100%> (ø) :arrow_up:
lib/util/compilationResolver.js 100% <100%> (ø) :arrow_up:
lib/mainMiddleware.js 100% <100%> (ø) :arrow_up:
lib/devMiddleware.js 100% <100%> (ø) :arrow_up:
lib/renderErrorMiddleware.js 100% <100%> (ø) :arrow_up:
index.js 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 c8d5f07...95787fa. Read the comment docs.