Merge pull request #15689 from webpack/fix-inmemory-cache

add comments regarding infrastructure logs in tests
This commit is contained in:
Tobias Koppers 2022-04-25 13:32:30 +02:00 committed by GitHub
commit 3ad4fcac25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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$/
];