Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
doapp-ryanp committed Feb 13, 2017
1 parent d3aaa98 commit adae48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ functions:
- ./someBig.json #browserify can't optimize json, will take long time to parse for nothing
```

**Note:** `package.include` is ignored when using this plugin. This is a foreign concept in Browserify, every use case I've ever run across can be handled by leveraging [browserify options](https://github.com/substack/node-browserify#browserifyfiles--opts).
**Note:** `package.include` can be used with this plugin. All other options can be handled by leveraging [browserify options](https://github.com/substack/node-browserify#browserifyfiles--opts) in your `serverless.yml` custom `browserify` section.

## Usage

Expand Down

0 comments on commit adae48e

Please sign in to comment.