Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit eb2f292

Browse files
authored
docs(readme): Make clear individual packages
1 parent c09082e commit eb2f292

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,20 @@ This plugin is a child of the great [serverless-optimizer-plugin](https://github
1515
npm install serverless-plugin-optimize babel-preset-es2015 --save-dev
1616
```
1717

18-
* Add the plugin to the `plugins` array in your Serverless `serverless.yml`, like this:
18+
* Add the plugin to the `plugins` array in your Serverless `serverless.yml`:
1919

2020
```yml
2121
plugins:
2222
- serverless-plugin-optimize
2323
```
2424
25+
* Set your packages to be built individually to have smaller packages:
26+
27+
```yml
28+
package:
29+
individually: true
30+
```
31+
2532
* All done!
2633
2734
## Options

0 commit comments

Comments
 (0)