From bc48de11f847f85a412b09c54418bb0819a6804a Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 11 May 2017 15:28:12 +0100 Subject: Removed part about CommonsChunkPlugin since it won't be required soon --- doc/development/fe_guide/internationalisation.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/development/fe_guide/internationalisation.md') diff --git a/doc/development/fe_guide/internationalisation.md b/doc/development/fe_guide/internationalisation.md index 30fda2e6c5a..d57cf3d1175 100644 --- a/doc/development/fe_guide/internationalisation.md +++ b/doc/development/fe_guide/internationalisation.md @@ -32,10 +32,6 @@ translations and sets up [Jed][jed] to be used with the current locale. import locale from './locale'; ``` -**NOTE:** -If your JavaScript bundle has access to the `locale` file, you need to include it inside -of the `CommonsChunkPlugin` for `locale`. - For convenience, the locale library exports the same method names as above. However, instead of 1 underscore, they use 2 underscores so not to conflict with the Underscore library. These can be imported directly from the `locale` file. These methods can then be used in the same way as above. -- cgit v1.2.1