Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
add cache and package cache browserify options keys by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Tompkins committed Feb 7, 2016
1 parent cc5cab9 commit 4442316
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,10 @@ var config = {

browserify: {
// https://www.npmjs.com/package/browserify#usage
options: {},
options: {
cache: {},
packageCache: {}
},

plugins: [],

Expand Down

0 comments on commit 4442316

Please sign in to comment.