Skip to content

Commit 8a1fd4c

Browse files
fi3eworkchenjiahan
andauthored
Update website/docs/en/guide/features/esm.mdx
Co-authored-by: neverland <[email protected]>
1 parent 63617c4 commit 8a1fd4c

File tree

1 file changed

+1
-1
lines changed
  • website/docs/en/guide/features

1 file changed

+1
-1
lines changed

website/docs/en/guide/features/esm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Stability } from '@components/ApiMeta';
22

33
# ESM output
44

5-
Rspack supports bundling ESM format output. By default, Rspack generates CommonJS-like output, but you can configure `output.module` to generate ESM format output.
5+
Rspack supports bundling with ESM format output. By default, Rspack generates bundled output that includes Rspack runtime code rather than standard CommonJS or ESM format. You can configure [output.module](/config/output#outputmodule) to generate standard ESM format output.
66

77
Below are the main configuration options related to ESM and their descriptions, which are used when building both applications and libraries.
88

0 commit comments

Comments
 (0)