cloud-platform-YN/config/config.dev.ts
2025-09-12 17:46:36 +08:00

25 lines
780 B
TypeScript

/*
* @Author: cclu 1106109051@qq.com
* @Date: 2021-12-13 11:01:23
* @LastEditors: cclu 1106109051@qq.com
* @LastEditTime: 2024-09-29 13:36:16
* @FilePath: \cloud-platform\config\config.dev.ts
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
// https://umijs.org/config/
import { defineConfig } from 'umi';
export default defineConfig({
plugins: [
// https://github.com/zthxxx/react-dev-inspector
'react-dev-inspector/plugins/umi/react-inspector',
],
// https://github.com/zthxxx/react-dev-inspector#inspector-loader-props
inspectorConfig: {
exclude: [],
babelPlugins: [],
babelOptions: {},
},
// webpack5: {},
});