mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 11:05:21 +00:00
[react-packager] transformModulePath option is not actually required
This commit is contained in:
parent
078300ce08
commit
68fcfc3050
@ -40,7 +40,7 @@ var validateOpts = declareOpts({
|
|||||||
},
|
},
|
||||||
transformModulePath: {
|
transformModulePath: {
|
||||||
type:'string',
|
type:'string',
|
||||||
required: true,
|
required: false,
|
||||||
},
|
},
|
||||||
nonPersistent: {
|
nonPersistent: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
@ -42,7 +42,7 @@ var validateOpts = declareOpts({
|
|||||||
},
|
},
|
||||||
transformModulePath: {
|
transformModulePath: {
|
||||||
type:'string',
|
type:'string',
|
||||||
required: true,
|
required: false,
|
||||||
},
|
},
|
||||||
nonPersistent: {
|
nonPersistent: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
2
packager/react-packager/src/Server/index.js
vendored
2
packager/react-packager/src/Server/index.js
vendored
@ -40,7 +40,7 @@ var validateOpts = declareOpts({
|
|||||||
},
|
},
|
||||||
transformModulePath: {
|
transformModulePath: {
|
||||||
type:'string',
|
type:'string',
|
||||||
required: true,
|
required: false,
|
||||||
},
|
},
|
||||||
nonPersistent: {
|
nonPersistent: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user