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

Fix build .mjs filename #78

Merged
merged 1 commit into from
Nov 18, 2018
Merged

Fix build .mjs filename #78

merged 1 commit into from
Nov 18, 2018

Conversation

mottox2
Copy link
Contributor

@mottox2 mottox2 commented Nov 15, 2018

I have a mistake(#76), so I fixed.

Steps to reproduce

  • function directory in netlify.toml: functions/
  • Create file: src/function.mjs
  • Use this command netlify-lambda build src/

Expected result

Build filename is functions/function.mjs.js

Actual result

Build filename is functions/function.js

@swyxio
Copy link
Contributor

swyxio commented Nov 18, 2018

ah thank you!

@swyxio swyxio merged commit 9fa8371 into netlify:master Nov 18, 2018
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

Successfully merging this pull request may close these issues.

2 participants