From 26f359ddb97554501d41a08678c257e708a76ef3 Mon Sep 17 00:00:00 2001 From: akameco Date: Sat, 24 Aug 2019 20:00:17 +0900 Subject: [PATCH] docs: update --- src/extract-react-intl/readme.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/extract-react-intl/readme.md b/src/extract-react-intl/readme.md index ff7731d..28c473d 100644 --- a/src/extract-react-intl/readme.md +++ b/src/extract-react-intl/readme.md @@ -28,12 +28,6 @@ Type: `string`
Default: `en` Set default locale for your app. -#### moduleSourceName - -Type: `string`
Example: `./path/to/module`
Default: `react-intl` - -The ES6 module source name of the React Intl package. Defines from where _defineMessages_, `` and `` are imported. - ##### cwd Type: `string`
Default: `.`