Skip to content

Commit

Permalink
Document ignoreMissing option for browserify() (closes #1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Smith-Unna committed May 11, 2017
1 parent 91ed9c8 commit 80df2ec
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 80df2ec

Please sign in to comment.