[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',
|
||||||
|
|
|
@ -40,7 +40,7 @@ var validateOpts = declareOpts({
|
||||||
},
|
},
|
||||||
transformModulePath: {
|
transformModulePath: {
|
||||||
type:'string',
|
type:'string',
|
||||||
required: true,
|
required: false,
|
||||||
},
|
},
|
||||||
nonPersistent: {
|
nonPersistent: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
|
Loading…
Reference in New Issue