You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 regels
386 B

  1. // https://umijs.org/config/
  2. import { defineConfig } from 'umi';
  3. export default defineConfig({
  4. plugins: [
  5. // https://github.com/zthxxx/react-dev-inspector
  6. 'react-dev-inspector/plugins/umi/react-inspector',
  7. ],
  8. // https://github.com/zthxxx/react-dev-inspector#inspector-loader-props
  9. inspectorConfig: {
  10. exclude: [],
  11. babelPlugins: [],
  12. babelOptions: {},
  13. },
  14. });