@modern-js/module-tools-docs 2.67.4 → 2.67.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1664,7 +1664,7 @@ export default defineConfig({
|
|
|
1664
1664
|
|
|
1665
1665
|
同时函数形式可以接收一个参数,为当前打包文件的输出路径
|
|
1666
1666
|
|
|
1667
|
-
|
|
1667
|
+
```js title="modern.config.ts"
|
|
1668
1668
|
export default defineConfig({
|
|
1669
1669
|
buildConfig: {
|
|
1670
1670
|
format: 'umd',
|
|
@@ -1677,7 +1677,4 @@ export default defineConfig({
|
|
|
1677
1677
|
},
|
|
1678
1678
|
},
|
|
1679
1679
|
});
|
|
1680
|
-
```
|
|
1681
|
-
import { createElement } from 'react';
|
|
1682
|
-
|
|
1683
|
-
````
|
|
1680
|
+
```
|