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
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
mkdir test-lagon && cd test-lagon
pnpm init && pnpm add @lagon/cli
pnpm lagon dev
Expected behavior A clear and concise description of what you expected to happen.
The command can be executed successfully.
Information:
It seems related to esbuild external dependencies with esm format(evanw/esbuild#1958).
The text was updated successfully, but these errors were encountered:
@lagon/cli
@lagon/serverless
Good catch! Left a review in your PR, thanks.
Sorry, something went wrong.
Btw, let me create an issue to not forgot about adding more tests to catch those issues in the future.
Published version 0.0.7 of @lagon/cli, you should be able to update to get the fix.
0.0.7
Successfully merging a pull request may close this issue.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
mkdir test-lagon && cd test-lagon
pnpm init && pnpm add @lagon/cli
pnpm lagon dev
Expected behavior
A clear and concise description of what you expected to happen.
The command can be executed successfully.
Information:
It seems related to esbuild external dependencies with esm format(evanw/esbuild#1958).
The text was updated successfully, but these errors were encountered: