Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Added configuration for recordspath
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Feb 9, 2017
1 parent f8390cd commit d70f471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webpack/ConfigFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ function ConfigFactory({ target, mode, root = CWD, ...options })
__filename: true
},

recordsPath: path.resolve(root, ".recordscache"),

// What information should be printed to the console
stats: {
colors: true,
Expand Down

0 comments on commit d70f471

Please sign in to comment.