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.

17 lines
350 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. import { defineConfig } from 'umi';
  2. export default defineConfig({
  3. routes: [{ path: '/', component: 'index' }],
  4. npmClient: 'npm',
  5. monorepoRedirect: {
  6. peerDeps: true,
  7. exclude: [/node_modules/],
  8. },
  9. plugins: ['@umijs/plugins/dist/qiankun'],
  10. qiankun: {
  11. master: {},
  12. },
  13. mfsu: false,
  14. // extraBabelIncludes: [/@lishican/],
  15. });