config.js 89 Bytes
Newer Older
愚道's avatar
愚道 committed
1 2 3 4 5 6
// https://umijs.org/config/
export default {
  plugins: [
    'umi-plugin-dva',
  ],
};