We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a06c83 commit 7a996ceCopy full SHA for 7a996ce
src/index.ts
@@ -1,5 +1,5 @@
1
-import type { IApi } from 'father';
2
import { exec, execSync } from 'child_process';
+import type { IApi } from 'father';
3
4
// 检查是否已安装 npm 包
5
function checkNpmPackageInstalled(packageName: string) {
@@ -49,6 +49,9 @@ export default (api: IApi) => {
49
platform: 'browser',
50
output: 'lib',
51
},
52
+ targets: {
53
+ chrome: 85,
54
+ },
55
} as typeof memo);
56
57
return memo;
0 commit comments