mirror of https://github.com/webpack/webpack.git
Merge pull request #15689 from webpack/fix-inmemory-cache
add comments regarding infrastructure logs in tests
This commit is contained in:
commit
3ad4fcac25
|
|
@ -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$/
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue