1 Star 0 Fork 8

qq360846574/sql-father-frontend-public

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.umirc.ts 784 Bytes
一键复制 编辑 原始数据 按行查看 历史
程序员鱼皮 提交于 2022-10-19 13:30 +08:00 . first init
import { defineConfig } from '@umijs/max';
import MonacoEditorWebpackPlugin from 'monaco-editor-webpack-plugin';
import routes from './src/configs/routes';
export default defineConfig({
antd: {},
access: {},
model: {},
initialState: {},
request: {},
layout: {},
// @ts-ignore
mock: false,
routes,
npmClient: 'yarn',
// https://umijs.org/zh-CN/guide/boost-compile-speed#monaco-editor-%E7%BC%96%E8%BE%91%E5%99%A8%E6%89%93%E5%8C%85
// @ts-ignore
chainWebpack: (memo: any) => {
// 更多配置 https://github.com/Microsoft/monaco-editor-webpack-plugin#options
memo.plugin('monaco-editor-webpack-plugin').use(MonacoEditorWebpackPlugin, [
// 按需配置
{ languages: ['sql', 'json', 'java', 'typescript'] },
]);
return memo;
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xuke6677/sql-father-frontend-public.git
git@gitee.com:xuke6677/sql-father-frontend-public.git
xuke6677
sql-father-frontend-public
sql-father-frontend-public
master

搜索帮助