dojo / cli-build-webpack

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

Fix: parse `@dojo/i18n/cldr/load` requires from sequence expressions. #247

Closed mwistrand closed 6 years ago

mwistrand commented 6 years ago

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 the todo-mvc-kitchensink tests.

Resolves #246