Skip to content

Commit

Permalink
Merge pull request #15689 from webpack/fix-inmemory-cache
Browse files Browse the repository at this point in the history
add comments regarding infrastructure logs in tests
  • Loading branch information
sokra committed Apr 25, 2022
2 parents 293e677 + ccf8bf5 commit 3ad4fca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/configCases/assets/delete-asset/infrastructure-log.js
@@ -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$/
];
@@ -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$/
];

0 comments on commit 3ad4fca

Please sign in to comment.