We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried with
netlify-lambda serve functions --config webpack.config.netlify.js
netlify-lambda serve functions -c webpack.config.netlify.js
netlify-lambda serve --config webpack.config.netlify.js functions
netlify-lambda serve -c webpack.config.netlify.js functions
netlify-lambda serve functions --config ./webpack.config.netlify.js
netlify-lambda serve functions -c ./webpack.config.netlify.js
netlify-lambda serve --config ./webpack.config.netlify.js functions
netlify-lambda serve -c ./webpack.config.netlify.js functions
But none of them work, something wrong?
The text was updated successfully, but these errors were encountered:
hi! its my fault. i merged in a bad PR. the user came back to fix it: #159
so if you update to 1.4.13 it should work.
i ran this test: https://github.com/sw-yx/throwaway-test-netlify-lambda you can see the console.log come up from the custom webpack config
Sorry, something went wrong.
Thanks for fix
No branches or pull requests
I tried with
netlify-lambda serve functions --config webpack.config.netlify.js
netlify-lambda serve functions -c webpack.config.netlify.js
netlify-lambda serve --config webpack.config.netlify.js functions
netlify-lambda serve -c webpack.config.netlify.js functions
netlify-lambda serve functions --config ./webpack.config.netlify.js
netlify-lambda serve functions -c ./webpack.config.netlify.js
netlify-lambda serve --config ./webpack.config.netlify.js functions
netlify-lambda serve -c ./webpack.config.netlify.js functions
But none of them work, something wrong?
The text was updated successfully, but these errors were encountered: