From adae48eb34d94194ee01b07af6a2bfddc7626238 Mon Sep 17 00:00:00 2001 From: doapp-ryanp Date: Mon, 13 Feb 2017 15:10:21 -0600 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 219d888..977278a 100644 --- a/README.md +++ b/README.md @@ -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