mirror of https://github.com/status-im/metro.git
Fix typo patter -> pattern
Summary: Closes https://github.com/facebook/react-native/pull/10008 Differential Revision: D3899083 fbshipit-source-id: c4e9392c931f5caa74e0538cd139f226109800a8
This commit is contained in:
parent
6bcad15e7b
commit
9bb2082889
|
@ -97,7 +97,7 @@ middleware. Takes the following options:
|
|||
|
||||
* `projectRoots` array (required): Is the roots where your JavaScript
|
||||
file will exist
|
||||
* `blacklistRE` regexp: Is a patter to ignore certain paths from the
|
||||
* `blacklistRE` regexp: Is a pattern to ignore certain paths from the
|
||||
packager
|
||||
* `polyfillModuleName` array: Paths to polyfills you want to be
|
||||
included at the start of the bundle
|
||||
|
|
Loading…
Reference in New Issue