Add missing return

The module.hot.apply promise chain was not correctly merged into the module.hot.check() chain.
This commit is contained in:
Diogo Franco 2016-08-07 00:31:24 +09:00 committed by GitHub
parent cca2cee859
commit 803a87fd0e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if(module.hot) {
return;
}
module.hot.apply({
return module.hot.apply({
ignoreUnaccepted: true,
ignoreDeclined: true,
ignoreErrored: true,