webpack/test/configCases/concatenate-modules/context-module/infrastructure-log.js

8 lines
161 B
JavaScript

module.exports = options => {
if (options.cache && options.cache.type === "filesystem") {
return [/Pack got invalid because of write to/];
}
return [];
};