-
Notifications
You must be signed in to change notification settings - Fork 116
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
Document setup #35
Comments
After persisting and dealing with the little documentation there is, I finally made it after 5 days. First:
I would understand "Deployment" as the build step Second: Third: I think generally speaking, a better documentation can make this easier to understand and faster to integrate. But there are many assumptions you have as a developer how serve/deploy would work. E.g. that the build results folder is automatically created based on the webpack config, but since there is no config by default, this is by design that the toml file points to the build results, and Please update the documentation so these common pitfalls are avoided. |
Appreciate this @MartinMuzatko - we are upgrading the webpack and babel versions soon and i will go over the readme with a fine tooth comb with your feedback in mind. |
wow thanks MartinMuzatko for the writeup. Eventually I found out that running |
hey @MartinMuzatko and @KristerV - been a while - check out our current Readme and see if you like it :) |
Hi there!
It is really troublesome to get started with this CLI.
First I run the CLI -
netlify-lambda serve functions
And get the error -
babel-loader
is missing.As I install more and more missing dependencies (there is not a single note of required packages in order to run this... Netlify also just documents that files are named after functions.
E.g.
functions/test.js
will be served asdomain.netlify.com/.netlify/functions/test
No webpack setup required at all.
So please document the proper setup required in order to run this CLI. Thanks
The text was updated successfully, but these errors were encountered: