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

8 lines
236 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
/^Pack got invalid because of write to: RealContentHashPlugin|analyse|third.party.js$/
];