You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running netlify-lambda serve functions/, the command keeps compiling the functions infinitely, bloating and overwriting the original files with every compilation.
I ran the command in the code-examples repo, notice the filesize growing bigger and bigger.
The original function files are also modified, see running git status right after serve:
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: functions/random.js
random.js is overwritten with compiled code. This is with the package [email protected].
The text was updated successfully, but these errors were encountered:
When running
netlify-lambda serve functions/
, the command keeps compiling the functions infinitely, bloating and overwriting the original files with every compilation.I ran the command in the code-examples repo, notice the filesize growing bigger and bigger.
The original function files are also modified, see running
git status
right afterserve
:random.js
is overwritten with compiled code. This is with the package[email protected]
.The text was updated successfully, but these errors were encountered: