dojo / cli-build-webpack

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

Fix: do not reformat i18n args. #141

Closed mwistrand closed 7 years ago

mwistrand commented 7 years ago

Type: bug

The following has been addressed in the PR:

Description:

Remove additional (and incorrect) normalization of args.supportedLocales and args.messageBundles before passing them to I18nPlugin. Verified against dojo/examples/todo-mvc-kitchensink.

Resolves #140

codecov[bot] commented 7 years ago

Codecov Report

Merging #141 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #141   +/-   ##
=======================================
  Coverage   96.01%   96.01%           
=======================================
  Files          11       11           
  Lines         627      627           
  Branches      131      131           
=======================================
  Hits          602      602           
  Misses         13       13           
  Partials       12       12

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e0f9644...fcdff27. Read the comment docs.