1 Star 0 Fork 6

云丽网络科技有限公司/json-schemaeditor-antd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.umirc.ts 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
furtherBank 提交于 2022-04-12 21:06 +08:00 . 修复 react 依赖问题
import { defineConfig } from 'dumi';
import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin';
export default defineConfig({
title: 'json-schemaeditor-antd',
favicon:
'https://portrait.gitee.com/uploads/avatars/user/2779/8338200_furtherbank_1645079902.png!avatar200',
logo: 'https://portrait.gitee.com/uploads/avatars/user/2779/8338200_furtherbank_1645079902.png!avatar200',
outputPath: 'docs-dist',
mode: 'site',
// more config: https://d.umijs.org/config
antd: {
compact: true,
},
chainWebpack: (config, { webpack }) => {
config.plugin('monaco-editor').use(MonacoWebpackPlugin, [
{
languages: ['json'],
},
]);
},
// dumi 文档发布需要做的事情
history: {
type: 'hash',
},
base: '/json-schemaeditor-antd/',
publicPath: process.env.NODE_ENV === 'production' ? '/json-schemaeditor-antd/' : '/',
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/style1987/json-schemaeditor-antd.git
git@gitee.com:style1987/json-schemaeditor-antd.git
style1987
json-schemaeditor-antd
json-schemaeditor-antd
master

搜索帮助