dojo / cli-build-webpack

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

Update bundle analyzer plugin version #233

Closed maier49 closed 7 years ago

maier49 commented 7 years ago

Type: bug

The following has been addressed in the PR:

Description: This updates the version of bundle analyzer plugin used by the build process. There aren't really tests in place to validate the output of the build, but I did test it against todo-mvc with and without some additional bundle options in .dojorc. The convention used is that if there is only one bundle it is still created as dist/report.html, and if there are multiple bundles each will get a dist/report-{bundleName}.html file.

Resolves #99