mirror of https://github.com/webpack/webpack.git
9 lines
325 B
JavaScript
9 lines
325 B
JavaScript
"use strict";
|
|
|
|
module.exports = [
|
|
// each time returns different OriginalSource in webpack.config.js:33
|
|
// this prevents hit in inmemory cache
|
|
/^Pack got invalid because of write to: RealContentHashPlugin|analyse|third.party.js$/,
|
|
/^Pack got invalid because of write to: RealContentHashPlugin|analyse|third.party.js$/
|
|
];
|