Skip to content

Commit 0cc84d8

Browse files
committed
default to packed mode
1 parent b107334 commit 0cc84d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cache/FileCachePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class FileCachePlugin {
122122
const log = this.options.loglevel
123123
? { debug: 4, verbose: 3, info: 2, warning: 1 }[this.options.loglevel]
124124
: 0;
125-
const store = this.options.store || "idle";
125+
const store = this.options.store || "pack";
126126

127127
let pendingPromiseFactories = new Map();
128128
const toHash = str => {

0 commit comments

Comments
 (0)