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 ce7ae24 commit 470a744Copy full SHA for 470a744
README.md
@@ -139,15 +139,15 @@ module.exports = {
139
output: {
140
libraryTarget: 'commonjs',
141
path: path.resolve(__dirname, '.webpack'),
142
- filename: 'handler.js', // this should match the first part of function handler in `serverless.yml`
+ filename: '[name].js',
143
},
144
// ...
145
};
146
```
147
148
### Stats
149
150
-By default, the plugin will print a quite verbose bundle information to your console. However, if
+By default, the plugin will print a quite verbose bundle information to your console. However, if
151
you are not satisfy with the current output info, you can overwrite it in your `webpack.config.js`
152
153
```js
0 commit comments