mirror of https://github.com/webpack/webpack.git
release pack promise
This commit is contained in:
parent
85a963a67b
commit
b330c93e73
|
|
@ -1248,6 +1248,7 @@ class PackFileCacheStrategy {
|
|||
afterAllStored() {
|
||||
if (this.readonly) {
|
||||
this.logger.log(`Readonly mode. Skip storing cache.`);
|
||||
this.packPromise = undefined;
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue