[x] Unit or Functional tests are included in the PR
Description:
@dojo/i18n/cldr/load.default can be required from within a sequence expression, which appears to be the case when building an application with the --withTests flag. This PR adds a check for such calls, and has been verified against the todo-mvc-kitchensink tests.
Type: bug
The following has been addressed in the PR:
Description:
@dojo/i18n/cldr/load.default
can be required from within a sequence expression, which appears to be the case when building an application with the--withTests
flag. This PR adds a check for such calls, and has been verified against thetodo-mvc-kitchensink
tests.Resolves #246