Skip to content

Commit

Permalink
Revert "Fix unsafeCache default option"
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 8, 2016
1 parent 66142f2 commit 1f1326c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/WebpackOptionsDefaulter.js
Expand Up @@ -50,8 +50,8 @@ function WebpackOptionsDefaulter() {
this.set("node.__filename", "mock");
this.set("node.__dirname", "mock");

this.set("resolve.unsafeCache", []);
this.set("resolveLoader.unsafeCache", []);
this.set("resolve.fastUnsafe", []);
this.set("resolveLoader.fastUnsafe", []);

this.set("resolve.alias", {});
this.set("resolveLoader.alias", {});
Expand Down

0 comments on commit 1f1326c

Please sign in to comment.