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

Commit b0bfaf6

Browse files
committed
Merge pull request #434 from SethTompkins/master
Add cache and package cache browserify options keys by default
2 parents cc5cab9 + 4442316 commit b0bfaf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,10 @@ var config = {
315315

316316
browserify: {
317317
// https://www.npmjs.com/package/browserify#usage
318-
options: {},
318+
options: {
319+
cache: {},
320+
packageCache: {}
321+
},
319322

320323
plugins: [],
321324

0 commit comments

Comments
 (0)