zeroframework/Web/ZeroFramework.DeviceCenter.Web/config/config.dev.ts
2023-12-05 17:22:48 +08:00

15 lines
386 B
TypeScript

// 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: {},
},
});