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.
2 parents 9e115a7 + feae654 commit 8d4a98aCopy full SHA for 8d4a98a
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