Skip to content

Commit

Permalink
fix: vc build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Apr 6, 2022
1 parent 12933ca commit 437e2ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shy-crabs-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@alita/native': patch
---

fix: vc build error
2 changes: 1 addition & 1 deletion packages/native/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ref:
// - https://umijs.org/plugins/api
import { chalk, crossSpawn, logger, yParser } from '@umijs/utils';
import type { AlitaApi } from 'alita';
import { AlitaApi } from 'alita';
import * as child_process from 'child_process';
import { embeddedPlugins } from './plugins';

Expand Down

0 comments on commit 437e2ca

Please sign in to comment.