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

Commit

Permalink
Merge pull request #434 from SethTompkins/master
Browse files Browse the repository at this point in the history
Add cache and package cache browserify options keys by default
  • Loading branch information
JeffreyWay committed Feb 8, 2016
2 parents cc5cab9 + 4442316 commit b0bfaf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Config.js
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 b0bfaf6

Please sign in to comment.