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
Although we already have module: dist/index.mjs, Node.js doesn't recognize the "module" field. Instead, we should use "exports" to increase compatibility with it. So we can use it on the server side. For example:
Although we already have
module: dist/index.mjs
, Node.js doesn't recognize the "module" field. Instead, we should use "exports" to increase compatibility with it. So we can use it on the server side. For example:check here: https://publint.dev/expr-eval@2.0.2
check also: https://arethetypeswrong.github.io/?p=expr-eval%402.0.2
The text was updated successfully, but these errors were encountered: