Skip to content

Instantly share code, notes, and snippets.

@willhlaw
Last active October 10, 2017 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willhlaw/6134856f30a2bf076b829ebec8ee4fd9 to your computer and use it in GitHub Desktop.
Save willhlaw/6134856f30a2bf076b829ebec8ee4fd9 to your computer and use it in GitHub Desktop.
{ [Error: Validation Error
UglifyJs Plugin Invalid Options
options.parallel should be boolean
options.parallel should be integer
options.parallel should match exactly one schema in oneOf
]
err:
[ { keyword: 'type',
dataPath: '.parallel',
schemaPath: '#/properties/parallel/oneOf/0/type',
params: [Object],
message: 'should be boolean' },
{ keyword: 'type',
dataPath: '.parallel',
schemaPath: '#/properties/parallel/oneOf/1/type',
params: [Object],
message: 'should be integer' },
{ keyword: 'oneOf',
dataPath: '.parallel',
schemaPath: '#/properties/parallel/oneOf',
params: {},
message: 'should match exactly one schema in oneOf' } ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment