-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handler not found while running the babel
example after npm install
#253
Comments
@cggaurav Thanks for the report. It seems that some of the examples are not yet adapted for version 3 of the plugin (especially the output section and the handler definitions in serverless.yml). The stacktrace seems to indicate this issue. In the meantime, could you try the babel-dynamically example? |
@franciscocpg We should make all examples fully compliant to the dynamic entry resolution so that there are none left using the old fixed entry generation. It would be better to have samples instead, that show the use of some webpack plugins together with the plugin to solve common problems (like the copy file plugin or sourcemaps). |
Related to #250 |
Currently reworking and updating the examples in #259 |
@cggaurav The examples have been updated properly now. Additionally, I will release |
@HyperBrain Is there a use case where it's better to use |
@pcowgill The dynamic entry point resolution is the proposed way to go ( I just inspected the We should remove that example because it does not add any value compared to the dynamically example. |
@HyperBrain I removed the |
Closed by #320 |
☁ babel [master] ⚡ serverless invoke local -f hello
The text was updated successfully, but these errors were encountered: