remove I18n providePlugin

closes:  CORE-1203

test plan:
* all automated tests should still pass meaning there was no file
that depended on i18n that didn't "import" it

Change-Id: I68356bee03ca8aa22e87895e76dcd00efa37ab56
Reviewed-on: https://gerrit.instructure.com/143457
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
Ryan Shaw 2018-03-13 14:11:11 -06:00
parent c8db1f2c25
commit 373ff6a64a
1 changed files with 0 additions and 3 deletions

View File

@ -241,9 +241,6 @@ module.exports = {
})
},
// A lot of our files expect a global `I18n` variable, this will provide it if it is used
new webpack.ProvidePlugin({I18n: 'i18n-js'}),
// sets these environment variables in compiled code.
// process.env.NODE_ENV will make it so react and others are much smaller and don't run their
// debug/propType checking in prod.