-
Notifications
You must be signed in to change notification settings - Fork 341
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
Migrate to ECMAScript modules #1051
Comments
After several1 hours of research, I've come to the conclusion that the easiest “solution” for #1026 is downgrading dependencies to the latest CJS version available. 🙈 See Footnotes
|
|
@0x2b3bfa0 should we keep this around after the latest comments: vercel/pkg#1323 (comment) This feels like an |
Vercel's |
We're using CommonJS modules instead of ECMAScript modules, but most of our dependencies are already using the latter. Let's consider migrating and then transpile our code back to CommonJS when needed, e.g. when using
pkg
to produce standalone binaries.Dependents
Integratenot anymorecml publish
withcml send-comment
#1026Related
Blockers
The text was updated successfully, but these errors were encountered: