add comments to infrastructure-log

This commit is contained in:
Ivan Kopeykin 2022-04-20 23:12:24 +03:00
parent 293e677b35
commit ccf8bf53e2
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
module.exports = [
// each time sets different assetsInfo object instance in webpack.config.js:54
// this prevents hit in inmemory cache
/^Pack got invalid because of write to: TerserWebpackPlugin|bundle0\.js$/
];

View File

@ -1,3 +1,5 @@
module.exports = [
// each time returns different OriginalSource in webpack.config.js:78
// this prevents hit in inmemory cache
/^Pack got invalid because of write to: RealContentHashPlugin|analyse|index\.html$/
];