Skip to content

Commit feae654

Browse files
authored
docs: fix typo "modules.export"
1 parent 9e115a7 commit feae654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ option in `serverless.yml`:
162162
// webpack.config.js
163163
var nodeExternals = require('webpack-node-externals')
164164

165-
modules.export = {
165+
module.exports = {
166166
// we use webpack-node-externals to excludes all node deps.
167167
// You can manually set the externals too.
168168
externals: [nodeExternals()],

0 commit comments

Comments
 (0)