Skip to content

Commit abfec13

Browse files
committed
Revert "Fix unsafeCache default option"
1 parent 88c2c09 commit abfec13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/WebpackOptionsDefaulter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ function WebpackOptionsDefaulter() {
5050
this.set("node.__filename", "mock");
5151
this.set("node.__dirname", "mock");
5252

53-
this.set("resolve.unsafeCache", []);
54-
this.set("resolveLoader.unsafeCache", []);
53+
this.set("resolve.fastUnsafe", []);
54+
this.set("resolveLoader.fastUnsafe", []);
5555

5656
this.set("resolve.alias", {});
5757
this.set("resolveLoader.alias", {});

0 commit comments

Comments
 (0)