Skip to content

Commit 89ab12e

Browse files
author
Frank Schmid
committed
Use correct path in examples when using handlers nested in subdirs
1 parent 7ef2daa commit 89ab12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/serverless-offline/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ module.exports = {
1616
output: {
1717
libraryTarget: 'commonjs',
1818
path: path.join(__dirname, '.webpack'),
19-
filename: 'handler.js'
19+
filename: 'src/handler.js'
2020
},
2121
};

0 commit comments

Comments
 (0)