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: website/docs/en/guide/features/esm.mdx
+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
@@ -92,4 +92,4 @@ Currently, Rspack's ESM support is still being improved. In certain use cases, y
92
92
3. Lack of module-level side effect information preservation, affecting tree-shaking accuracy
93
93
4. Re-exports of external modules (`export * from '...'`) cannot be properly preserved in ESM format
94
94
95
-
Rspack will continue to improve ESM support in the future, with the goal of treating ESM output as a first-class citizen, making ESM usage and configuration simpler and more intuitive, and better embracing modern JavaScript module systems.
95
+
We are continuously improving Rspack's ESM support to provide a comprehensive solution that addresses existing issues and makes ESM usage more simple and intuitive, better embracing the modern JavaScript module system.
0 commit comments