123456789101112131415161718 |
-
- import { defineConfig } from 'umi';
- export default defineConfig({
- define: {
- API_BASE: '',
- },
-
- plugins: [
-
- 'react-dev-inspector/plugins/umi/react-inspector',
- ],
-
- inspectorConfig: {
- exclude: [],
- babelPlugins: [],
- babelOptions: {},
- },
- });
|