mirror of https://github.com/webpack/webpack.git
Merge pull request #5621 from webpack/bugfix/hmr-api
fix typo in HMR API
This commit is contained in:
commit
1b85726b8b
|
|
@ -561,7 +561,8 @@ module.exports = function() {
|
|||
type: "self-accept-error-handler-errored",
|
||||
moduleId: moduleId,
|
||||
error: err2,
|
||||
orginalError: err
|
||||
orginalError: err, // TODO remove in webpack 4
|
||||
originalError: err
|
||||
});
|
||||
}
|
||||
if(!options.ignoreErrored) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue