dojo / cli-build-webpack

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

Use i18n plugin from webpack-contrib #252

Closed mwistrand closed 6 years ago

mwistrand commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

Note that this should be merged alongside dojo/i18n#107 and dojo/widget-core#789. Uses the i18n plugin from @dojo/webpack-contrib and removes the I18nPlugin, CoreLoadPlugin, InjectModulesPlugin, and plugin-related utilities. I've tested this with todo-mvc-kitchensink and verified that everything still functions as expected.

Resolves #251