Skip to content

Commit 7ffa4ea

Browse files
authored
docs(module-tools): remove some useless code (#7124)
1 parent 2d5afe2 commit 7ffa4ea

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/document/module-doc/docs/zh/api/config/build-config.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ export default defineConfig({
16641664

16651665
同时函数形式可以接收一个参数,为当前打包文件的输出路径
16661666

1667-
````js title="modern.config.ts"
1667+
```js title="modern.config.ts"
16681668
export default defineConfig({
16691669
buildConfig: {
16701670
format: 'umd',
@@ -1677,7 +1677,4 @@ export default defineConfig({
16771677
},
16781678
},
16791679
});
1680-
```import { aliases } from '../../../../../../toolkit/utils/dist/compiled/browserslist';
1681-
import { createElement } from 'react';
1682-
1683-
````
1680+
```

0 commit comments

Comments
 (0)