提交 047e63a5 编写于 作者: Q qq_41923622

Sun Feb 16 17:05:00 CST 2025 inscode

上级 624062ae
......@@ -6,9 +6,11 @@ export default defineConfig({
prebundle: {
deps: ["react","react-dom", "react-popper","rc-slider",'fabric'],
},
umd: {
name: 'fatherDemo',
output: 'dist2',
output: 'dist3',
externals: {
"react":"window.React",
"react-dom":"window.ReactDom",
......@@ -18,7 +20,6 @@ export default defineConfig({
},
chainWebpack: (memo) => {
memo.optimization.minimize(false);
return memo;
},
}
......
......@@ -15,7 +15,7 @@
"dist"
],
"scripts": {
"build": "father build",
"build": "father build --skip-type-check",
"build:watch": "father dev",
"dev": "dumi dev",
"docs:build": "dumi build",
......
......@@ -6,6 +6,7 @@
"esModuleInterop": true,
"jsx": "react",
"baseUrl": "./",
"noEmitOnError": false, // 设置为 false 关闭类型检查错误时不生成输出的限制
"paths": {
"@@/*": [".dumi/tmp/*"],
"tiny-image-editor": ["src"],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册