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 ffc3ba6 commit 6cc2996Copy full SHA for 6cc2996
run-control/web-rig/profiles/library/config/typescript.json
@@ -31,6 +31,14 @@
31
"moduleKind": "commonjs",
32
"outFolderName": "lib-commonjs"
33
}
34
+ /* 部分包需要提供umd格式,配置tsc额外输出umd各式 */
35
+ /* 参考:https://rushstack.io/zh-cn/pages/heft_configs/typescript_json/ */
36
+ /* 由于tsc的umd模式,无法输出window.xxxx形式,所以弃用tsc输出umd,改为使用vite(rollup)打包 */
37
+ /* https://github.com/microsoft/TypeScript/issues/8436 */
38
+ // {
39
+ // "moduleKind": "umd",
40
+ // "outFolderName": "lib-umd"
41
+ // }
42
],
43
44
/**
0 commit comments