|
|
|
@ -309,10 +309,12 @@ import { registerLocale } from './register-locale'; |
|
|
|
] |
|
|
|
``` |
|
|
|
|
|
|
|
After this custom `registerLocale` function, only en and fr locale files will be created as chunks: |
|
|
|
After this custom `registerLocale` function, since the en and fr added to the `webpackInclude`, only en and fr locale files will be created as chunks: |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
Which locale files you add to `webpackInclude` magic comment, they will be included in the bundle |
|
|
|
|
|
|
|
|
|
|
|
## See Also |
|
|
|
|
|
|
|
|