We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1035f57 + 3cdbf5c commit f4beee3Copy full SHA for f4beee3
index.js
@@ -225,7 +225,9 @@ ExtractTextPlugin.prototype.apply = function(compiler) {
225
content: content,
226
options: opt || {}
227
};
228
- return options.allChunks || module[NS + "/extract"]; // eslint-disable-line no-path-concat
+
229
+ // SETTING THIS TO TRUE INSURES A DETERMINISTIC BUILD:
230
+ return true; //options.allChunks || module[NS + "/extract"];
231
232
});
233
var filename = this.filename;
0 commit comments