We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac14df8 commit fc75d9aCopy full SHA for fc75d9a
website/docs/zh/config/rsbuild/source.mdx
@@ -28,7 +28,7 @@ import { RsbuildDocBadge } from '@components/RsbuildDocBadge';
28
29
```ts
30
const defaultEntry = {
31
- // default support for other suffixes such as ts, tsx, jsx, mjs, cjs
+ // 默认支持其他后缀,如 ts、tsx、jsx、mjs、cjs
32
index: 'src/index.js',
33
};
34
```
0 commit comments