1 Star 0 Fork 0

innocces/general-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.umirc.ts 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { defineConfig } from 'umi';
import routes from './routes';
export default defineConfig({
title: 'general-tools',
favicon:
'https://cdn.jsdelivr.net/gh/innocces/DrawingBed/2021-9-12/1631376432067-general-logo.png',
nodeModulesTransform: {
type: 'none',
},
routes,
fastRefresh: {},
cssLoader: { modules: false },
dynamicImport: {},
...(process.env.BUILD_TARGET === 'GH'
? {
publicPath: '/general-tools/',
base: '/general-tools',
history: { type: 'hash' },
}
: {}),
...(process.env.NODE_ENV === 'production'
? {}
: {
webpack5: {},
esbuild: {
target: 'es5',
},
}),
mfsu: {},
devServer: {
host: '0.0.0.0',
port: 12345,
https: true,
},
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/inocces/general-tools.git
git@gitee.com:inocces/general-tools.git
inocces
general-tools
general-tools
main

搜索帮助