webpack/test/configCases/assets/delete-asset/infrastructure-log.js

6 lines
217 B
JavaScript
Raw Normal View History

2022-02-15 02:31:59 +08:00
module.exports = [
2022-04-21 04:12:24 +08:00
// each time sets different assetsInfo object instance in webpack.config.js:54
// this prevents hit in inmemory cache
2022-02-15 02:31:59 +08:00
/^Pack got invalid because of write to: TerserWebpackPlugin|bundle0\.js$/
];