StackToolbox / aws-sam-webpack-plugin

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

build.toml #67

Closed sezeresim closed 3 years ago

sezeresim commented 3 years ago

Hello, i tried this library with build.I have a question about the build.toml file.When i was building with sam-cli .aws-sam include build.toml file but i cant see with webpack plugin.Is it critical or not ?

buggy commented 3 years ago

The build.toml is used for storing sam-cli settings. It's not generated or used by this webpack plugin.

sezeresim commented 3 years ago

The build.toml is used for storing sam-cli settings. It's not generated or used by this webpack plugin.

Yes i know,just i am wondering is it crical for build process?

buggy commented 3 years ago

It's got nothing to do with the build process. It's for deploymnets