We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70f914 commit 5029d17Copy full SHA for 5029d17
1 file changed
lib/MainTemplate.js
@@ -156,5 +156,5 @@ MainTemplate.prototype.updateHash = function(hash) {
156
};
157
158
MainTemplate.prototype.useChunkHash = function(chunk) {
159
- return this.applyPluginsBailResult("global-hash", chunk);
+ return !this.applyPluginsBailResult("global-hash", chunk);
160
0 commit comments