5 Commits

Author SHA1 Message Date
Ryan Roemer
de3eb44bbb
Bugfix: Ensure status is updated correctly on compilation finishing. (#322)
- Ensure a finished compilation state (failed, error, success) isn't overwritten by the ProgressPlugin. Fixes #321 
- Add error status inferred from webpack stats.
2021-01-29 10:39:06 -08:00
Ryan Roemer
b74c883042
Chore: webpack5 support. (#319)
- Add webpack5 support. Fixes #316 
- Bugfix: Webpack 5 warning message conflict. Fixes #314
- Fix bugs in updated `commander` integration.
2021-01-21 11:17:42 -08:00
Ryan Roemer
95e5ca1cd0
Feature: Include only specified assets in plugin and/or CLI. (#291)
- Add `DashboardPlugin({ includeAssets: [ "stringPrefix", /regexObj/ ] })` Webpack plugin filtering option.
- Add `webpack-dashboard --include-assets stringPrefix1 -a stringPrefix2` CLI filtering option.
- Change `"mode"` SocketIO event to `"options"` as it now passes both `minimal` and `includeAssets` from CLI to the Webpack plugin.
- Fix unit tests that incorrectly relied on `.complete()` for `most` observables.
- Add additional `examples` fixture of `hello` for development (useful for this scenario to have 2).
- Updates a really old README PNG of the dashboard CLI!
- Replaces @wapgear 's great initial foray into an `--ignore-assets` flag. Closes #289
2019-08-27 14:50:17 -07:00
parkerziegler
5f6e2e4d2c Migrate to using neo-blessed as underlying blessed renderer. 2019-02-12 16:51:57 -08:00
parkerziegler
c151062e60 Simplify contribution process; integrate inspectpack fixtures. 2019-01-04 16:09:57 -08:00