webpack/test/configCases/process-assets/html-plugin/infrastructure-log.js

8 lines
234 B
JavaScript
Raw Normal View History

"use strict";
2022-02-15 02:31:59 +08:00
module.exports = [
2025-09-21 07:38:43 +08:00
// each time returns different OriginalSource in webpack.config.js:108
2022-04-21 04:12:24 +08:00
// this prevents hit in inmemory cache
2022-02-15 02:31:59 +08:00
/^Pack got invalid because of write to: RealContentHashPlugin|analyse|index\.html$/
];