Skip to content

Commit

Permalink
fix: warning resolve import
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 25, 2022
1 parent c89ab5a commit 58b8264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/node/module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as path from 'path';
import resolve from 'resolve';
import * as resolve from 'resolve';

/**
* 获取模块路径.
Expand Down

0 comments on commit 58b8264

Please sign in to comment.