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 2d5afe2 commit 7ffa4eaCopy full SHA for 7ffa4ea
packages/document/module-doc/docs/zh/api/config/build-config.mdx
@@ -1664,7 +1664,7 @@ export default defineConfig({
1664
1665
同时函数形式可以接收一个参数,为当前打包文件的输出路径
1666
1667
-````js title="modern.config.ts"
+```js title="modern.config.ts"
1668
export default defineConfig({
1669
buildConfig: {
1670
format: 'umd',
@@ -1677,7 +1677,4 @@ export default defineConfig({
1677
},
1678
1679
});
1680
-```import { aliases } from '../../../../../../toolkit/utils/dist/compiled/browserslist';
1681
-import { createElement } from 'react';
1682
-
1683
-````
+```
0 commit comments