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
Copy file name to clipboardExpand all lines: .changeset/dual-build-cjs-esm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
"@as-integrations/express5": minor
3
3
---
4
4
5
-
Implement dual CJS/ESM build system following apollo-server's established pattern. This resolves type checking issues with different module formats by providing proper dual exports that allow the package to work seamlessly with both CommonJS and ES Module projects.
5
+
The package is now built for both CJS and ESM, instead of only for CJS; this is the same build approach taken by `@apollo/server`. This provides better compatibility with ESM-based build systems.
0 commit comments