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

8 lines
234 B
JavaScript

"use strict";
module.exports = [
// each time returns different OriginalSource in webpack.config.js:108
// this prevents hit in inmemory cache
/^Pack got invalid because of write to: RealContentHashPlugin|analyse|index\.html$/
];