FormidableLabs / webpack-dashboard

A CLI dashboard for webpack dev server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack5 Support

ryan-roemer opened this issue · comments

Support webpack 5 and aggregate all other tickets here.

Status

WIP upstream branch for inspectpack: https://github.com/FormidableLabs/inspectpack/compare/chore/webpack5-02

Tasks

  • Upgrade to new webpack5 compatible inspectpack@4.6.0
  • Upgrade dashboard test fixtures / everything to webpack5 and check everything out.
  • Webpack 5 warning message conflict #314
  • webpack v5 with express: compiler.apply is not a function #312

Is there any progress on this is up or your still working on this?

Yes, as this ticket mentions in the status we’re working on inspectpack support currently (the underlying engine of this dashboard first) and you can track progress here: FormidableLabs/inspectpack#156

Aftet that is in place we’ll integrate and assess any other issues in this project

Update: Full webpack5 support inspectpack PR at: FormidableLabs/inspectpack#157 released as inspectpack@4.6.0

Update: Going to tackle #312 post-webpack5 support version release.