zeroframework/Web/ZeroFramework.DeviceCenter.Web/config/config.dev.ts

15 lines
386 B
TypeScript
Raw Normal View History

2023-12-05 09:22:48 +00:00
// 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: {},
},
});