We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e7149 commit 808546cCopy full SHA for 808546c
packages/plugins/src/max/locale.ts
@@ -3,9 +3,6 @@ import localePlugin from '@umijs/plugins/dist/locale';
3
import { logger } from '@umijs/utils';
4
5
export default (api: AlitaApi) => {
6
- if (!['dev', 'build', 'dev-config', 'preview', 'setup'].includes(api.name))
7
- return;
8
-
9
api.onStart(() => {
10
logger.info('Using Locale Plugin');
11
});
0 commit comments