StackToolbox / aws-sam-webpack-plugin

A Webpack plugin to replace the build step for SAM CLI
MIT License
147 stars 29 forks source link

Example of Passing Options #76

Closed ColmBhandal closed 1 year ago

ColmBhandal commented 2 years ago

It wasn't clear to me immediately how the options should be passed. I initially thought they would maybe go in as command line options. But then I discovered the constructor parameter. I think it's good to have an example so people can see how the options are used. If this is not the only way to pass options, then it might be good to have an example of other ways to pass them too.