Merge pull request #5621 from webpack/bugfix/hmr-api

fix typo in HMR API
This commit is contained in:
Tobias Koppers 2017-09-04 14:15:51 +02:00 committed by GitHub
commit 1b85726b8b
1 changed files with 2 additions and 1 deletions

View File

@ -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) {