We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0f4e5 commit 6b47e83Copy full SHA for 6b47e83
1 file changed
lib/CachePlugin.js
@@ -63,6 +63,7 @@ CachePlugin.prototype.apply = function(compiler) {
63
}
64
};
65
66
+/* istanbul ignore next */
67
CachePlugin.prototype.applyMtime = function applyMtime(mtime) {
68
if(this.FS_ACCURENCY > 1 && mtime % 2 !== 0)
69
this.FS_ACCURENCY = 1;
0 commit comments