Simon Brent
Results
2
issues of
Simon Brent
The documentation for `Client.prototype.get` states: > // The callback signature is: // // callback(err, value, flags) but the code contains the following: ``` if(callback === undefined) { return promisify(function(callback) {...
# Bug report **What is the current behavior?** If optimization.splitChunks.automaticNamePrefix is set, an error occurs: >WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not...