We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf9f0c commit ad3d365Copy full SHA for ad3d365
_examples/babel-webpack2/project.json_stub
@@ -1,6 +1,6 @@
1
{
2
"runtime": "nodejs6.10",
3
- "handler": "lib/index.handle",
+ "handler": "index.handle",
4
"hooks": {
5
"build": "../../node_modules/.bin/webpack --config ../../webpack.config.babel.js --bail",
6
"clean": "rm -fr lib"
0 commit comments