Support for commonjs in @auth/express #10507
noam-honig
started this conversation in
Ideas
Replies: 1 comment
-
The underlying @auth/core is ESM only and it's not worth changing that. You can always try use tsx with pkgroll to compile, that can apparently handle CJS and ESM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
I have many applications that use nodejs common js, and converting them to esm will require massive work - would be great if commonjs was supported too
Non-Goals
I have many applications that use nodejs common js, and converting them to esm will require massive work - would be great if commonjs was supported too
Background
I have many applications that use nodejs common js, and converting them to esm will require massive work - would be great if commonjs was supported too
Proposal
I have many applications that use nodejs common js, and converting them to esm will require massive work - would be great if commonjs was supported too
Beta Was this translation helpful? Give feedback.
All reactions