This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Description
{ parallel: true } work fine but { parallel: { cache: true } } throws an error:
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' } ] }
I also don’t see any change log entries or even commit for this version.