Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update the out-dated documentation
  • Loading branch information
posquit0 authored Mar 21, 2018
commit 0541ce979dd31e3099b45f061890ff3a54d437ce
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ custom:
webpack:
webpackConfig: 'webpack.config.js' # Name of webpack configuration file
includeModules: false # Node modules configuration for packaging
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
packExternalModulesMaxBuffer: 200 * 1024 # Size of stdio buffers for spawned child processes
```

Expand Down