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 7ef2daa commit 89ab12eCopy full SHA for 89ab12e
examples/serverless-offline/webpack.config.js
@@ -16,6 +16,6 @@ module.exports = {
16
output: {
17
libraryTarget: 'commonjs',
18
path: path.join(__dirname, '.webpack'),
19
- filename: 'handler.js'
+ filename: 'src/handler.js'
20
},
21
};
0 commit comments