Skip to content

Commit ad3d365

Browse files
nerijuniortj
authored andcommitted
project.json_sub with wrong handler (#868)
Using handler as "lib/index.handle" lambda returns error because
1 parent 5bf9f0c commit ad3d365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _examples/babel-webpack2/project.json_stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"runtime": "nodejs6.10",
3-
"handler": "lib/index.handle",
3+
"handler": "index.handle",
44
"hooks": {
55
"build": "../../node_modules/.bin/webpack --config ../../webpack.config.babel.js --bail",
66
"clean": "rm -fr lib"

0 commit comments

Comments
 (0)