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:
parent
c8db1f2c25
commit
373ff6a64a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue