Skip to content

Commit

Permalink
Merge pull request #1722 from blahah/patch-1
Browse files Browse the repository at this point in the history
Document ignoreMissing option for browserify() (closes #1595)
  • Loading branch information
MellowMelon committed May 11, 2017
2 parents 91ed9c8 + 80df2ec commit 89809c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,9 @@ When `opts.detectGlobals` is true, scan all files for `process`, `global`,
`__filename`, and `__dirname`, defining as necessary. With this option npm
modules are more likely to work but bundling takes longer. Default true.

When `opts.ignoreMissing` is true, ignore `require()` statements that don't
resolve to anything.

When `opts.debug` is true, add a source map inline to the end of the bundle.
This makes debugging easier because you can see all the original files if
you are in a modern enough browser.
Expand Down

0 comments on commit 89809c3

Please sign in to comment.