mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-22 05:35:43 +08:00
feat: init (#36)
Co-authored-by: qingsong.sqs <qingsong.sqs@alibaba-inc.com>
This commit is contained in:
committed by
GitHub
parent
d73d9b2793
commit
21c2c3a2ef
14
frontend/config/config.dev.js
Normal file
14
frontend/config/config.dev.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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: {},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user