dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Add missing Globalize import for sync mode #250

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: bug

The following has been addressed in the PR:

Description:

In sync mode all the cldr-data is registered with globalize synchronously, the import/require for globalize was missing from the sync bootstrap code.

codecov[bot] commented 4 years ago

Codecov Report

Merging #250 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   84.63%   84.63%           
=======================================
  Files          48       48           
  Lines        2167     2167           
  Branches      577      577           
=======================================
  Hits         1834     1834           
  Misses        333      333           

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 0727ff0...7ff79fe. Read the comment docs.