Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep: upgrade core-js / babel and others #11992

Merged
merged 20 commits into from
Dec 27, 2023
Prev Previous commit
Next Next commit
fix: type
fz6m committed Dec 23, 2023
commit b55094e15631f3edf3529e1bda244ceb27b25236
2 changes: 1 addition & 1 deletion packages/plugin-run/src/index.ts
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import assert from 'assert';
import { fork } from 'child_process';
import { writeFileSync } from 'fs';
import { dirname, join } from 'path';
import { IApi } from 'umi';
import type { IApi } from 'umi/src';

export default (api: IApi) => {
api.describe({