Skip to content

Commit

Permalink
Temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hfsaito committed Dec 9, 2021
1 parent e140693 commit f26f668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var hmrDocsUrl = 'https://webpack.js.org/concepts/hot-module-replacement/'; // e
var lastHash;
var failureStatuses = { abort: 1, fail: 1 };
var applyOptions = {
ignoreUnaccepted: true,
ignoreUnaccepted: false,
ignoreDeclined: true,
ignoreErrored: true,
onUnaccepted: function (data) {
Expand Down

0 comments on commit f26f668

Please sign in to comment.