We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7f142 commit e39e9c1Copy full SHA for e39e9c1
1 file changed
lib/NormalModule.js
@@ -509,7 +509,7 @@ class NormalModule extends Module {
509
if(this.error) return true;
510
511
// always rebuild when module is not cacheable
512
- if(this.cacheable) return true;
+ if(!this.cacheable) return true;
513
514
const highestFileDepTimestamp = this.getHighestTimestamp(
515
this.fileDependencies, fileTimestamps);
0 commit comments