config.js 89 字节
Newer Older
愚道 已提交
1 2 3 4 5 6
// https://umijs.org/config/
export default {
  plugins: [
    'umi-plugin-dva',
  ],
};