Skip to content

Commit

Permalink
fix: umi required plugin enable
Browse files Browse the repository at this point in the history
  • Loading branch information
alswl committed Jul 13, 2024
1 parent ab0ed79 commit 5e9254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'umi';
export default defineConfig({
routes: [{ path: '/', component: 'index' }],
npmClient: 'pnpm',
plugins: ['@umijs/plugins/dist/antd'],
plugins: ['@umijs/plugins/dist/antd', '@umijs/plugins/dist/analytics'],
antd: {},
title: 'Random Apple Music',
favicons: ['/favicon.svg'],
Expand Down

0 comments on commit 5e9254a

Please sign in to comment.