We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4718b9d + b39ccb7 commit 7deee8dCopy full SHA for 7deee8d
README.md
@@ -60,7 +60,7 @@ custom:
60
webpack:
61
webpackConfig: 'webpack.config.js' # Name of webpack configuration file
62
includeModules: false # Node modules configuration for packaging
63
- packager: 'npm' # Reserved for future use. Any other values will not work right now.
+ packager: 'npm' # Packager that will be used to package your external modules
64
packExternalModulesMaxBuffer: 200 * 1024 # Size of stdio buffers for spawned child processes
65
```
66
0 commit comments