Skip to content
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

Custom webpack config isn't loading #161

Closed
dalisoft opened this issue May 22, 2019 · 2 comments
Closed

Custom webpack config isn't loading #161

dalisoft opened this issue May 22, 2019 · 2 comments

Comments

@dalisoft
Copy link

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?

@swyxio
Copy link
Contributor

swyxio commented May 22, 2019

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

@swyxio swyxio closed this as completed May 22, 2019
@dalisoft
Copy link
Author

Thanks for fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants