[ ] Unit or Functional tests are included 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.
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 asdist/report.html
, and if there are multiple bundles each will get adist/report-{bundleName}.html
file.Resolves #99