webpack-dev-server icon indicating copy to clipboard operation
webpack-dev-server copied to clipboard

chore: convert dev server to webpack plugin

Open rishabh3112 opened this issue 3 years ago • 2 comments

  • [ ] This is a bugfix
  • [x] This is a feature
  • [ ] This is a code refactor
  • [ ] This is a test update
  • [ ] This is a docs update
  • [ ] This is a metadata update

For Bugs and Features; did you add new tests?

WIP

Motivation / Use-Case

Dev Server should be a plugin

Breaking Changes

Nope

Additional Info

N/A

rishabh3112 avatar Sep 16 '21 09:09 rishabh3112

Codecov Report

Merging #3850 (11be35c) into master (d8cc133) will decrease coverage by 0.12%. The diff coverage is 100.00%.

:exclamation: Current head 11be35c differs from pull request most recent head 85d443a. Consider uploading reports for the commit 85d443a to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3850      +/-   ##
==========================================
- Coverage   92.87%   92.75%   -0.13%     
==========================================
  Files          14       14              
  Lines        1334     1338       +4     
  Branches      467      468       +1     
==========================================
+ Hits         1239     1241       +2     
- Misses         87       89       +2     
  Partials        8        8              
Impacted Files Coverage Δ
lib/Server.js 93.67% <100.00%> (+0.02%) :arrow_up:
lib/servers/WebsocketServer.js 91.42% <0.00%> (-5.72%) :arrow_down:

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 d8cc133...85d443a. Read the comment docs.

codecov[bot] avatar Sep 16 '21 09:09 codecov[bot]

@alexander-akait let me know if there any custom hooks required to be implemented here.

rishabh3112 avatar Sep 18 '21 07:09 rishabh3112