mirror of https://github.com/webpack/webpack.git
add comments to infrastructure-log
This commit is contained in:
parent
293e677b35
commit
ccf8bf53e2
|
|
@ -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