-
Notifications
You must be signed in to change notification settings - Fork 59
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
Updates for ESM only modules #360
Comments
Good point. I think we also need to consider whether this affects the local dev experience in some way. We heavily rely on |
In TypeScript we consume modules using |
Update to this ticket: at least the serverless-api package is now configured in a way that it does not compile away inline |
I'm having a problem which may be generated by the wrap-ansi package
What can I do to solve this problem? |
Modules like ora@6 and wrap-ansi@8 (and upcoming chalk@5 and boxen@6) have updated to publish pure ESM packages.
The things to do to update this are listed in this gist, but we need to consider how making these upgrades could affect our build as well as dependent modules that we don't control.
The text was updated successfully, but these errors were encountered: