dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

The bundle analyser report only supports a single bundle #99

Closed agubler closed 7 years ago

agubler commented 7 years ago

Bug

cli-build now supports auto and manually defined bundles, but the bundle analyser only supports a single bundle outputting the last created bundle only.

The analyser should support multiple bundles and create a report/reports that reflect them.

kitsonk commented 7 years ago

Did this get fixed recently or was there more to do?

matt-gadd commented 7 years ago

@kitsonk i think it's now resolved downstream by https://github.com/bitpshr/webpack-bundle-analyzer, but we need to bump the version in the package.json here