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 9e115a7 commit feae654Copy full SHA for feae654
README.md
@@ -162,7 +162,7 @@ option in `serverless.yml`:
162
// webpack.config.js
163
var nodeExternals = require('webpack-node-externals')
164
165
-modules.export = {
+module.exports = {
166
// we use webpack-node-externals to excludes all node deps.
167
// You can manually set the externals too.
168
externals: [nodeExternals()],
0 commit comments