config.js 89 B

123456
  1. // https://umijs.org/config/
  2. export default {
  3. plugins: [
  4. 'umi-plugin-dva',
  5. ],
  6. };