You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the default babel webpack-4 example to look at, because only dynamic entry point resolution lets you use Serverless completely. Individual packaging with a per-function dependency optimization is only available with that approach.
1
+
This is the default babel webpack-4 example to look at, because only dynamic
2
+
entry point resolution lets you use Serverless completely.
3
+
Individual packaging with a per-function dependency optimization is only
4
+
available with that approach.
2
5
3
6
You can also try to invoke a function locally:
4
7
```
5
8
serverless invoke local --function=first --path=./event.json
6
-
```
9
+
```
10
+
11
+
Also it has a [.vscode/launch.json](.vscode/launch.json) file for debugging the
0 commit comments