webpack/test/configCases/plugins/manifest-plugin/infrastructure-log.js

9 lines
325 B
JavaScript
Raw Normal View History

2025-09-21 07:38:43 +08:00
"use strict";
module.exports = [
// each time returns different OriginalSource in webpack.config.js:33
// this prevents hit in inmemory cache
2025-10-07 00:45:53 +08:00
/^Pack got invalid because of write to: RealContentHashPlugin|analyse|third.party.js$/,
2025-09-21 07:38:43 +08:00
/^Pack got invalid because of write to: RealContentHashPlugin|analyse|third.party.js$/
];