webpack-dashboard v3.1.0 Release Notes

Release Date: 2019-08-27 // over 4 years ago
    • โž• 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 for development.