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
CJS default export
CommonJS module simulates a default export with exports.default and exports.__esModule, but does not also set module.exports for compatibility with Node. Node, and some bundlers under certain conditions, do not respect the __esModule marker, so accessing the intended default export will require a .default property access on the default import.
The text was updated successfully, but these errors were encountered:
https://arethetypeswrong.github.io/?p=postgraphile%405.0.0-beta.6
ref https://blog.isquaredsoftware.com/2023/08/esm-modernization-lessons/
The text was updated successfully, but these errors were encountered: