We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa59e26 commit dbe5ecbCopy full SHA for dbe5ecb
README.md
@@ -512,6 +512,15 @@ if you are trying to override the entry in webpack.config.js with other unsuppor
512
The individual packaging needs more time at the packaging phase, but you'll
513
get that paid back twice at runtime.
514
515
+#### Individual packaging serializedCompile
516
+```yaml
517
+# serverless.yml
518
+custom:
519
+ webpack:
520
+ serializedCompile: true
521
+```
522
+Will run each webpack build one at a time which helps reduce memory usage and in some cases impoves overall build performance.
523
+
524
## Usage
525
526
### Automatic bundling
0 commit comments