Skip to content

Commit 8024420

Browse files
authored
chore: update targets to chrome 85 (#10)
1 parent 478b6ce commit 8024420

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.fatherrc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ import { defineConfig } from 'father';
22

33
export default defineConfig({
44
cjs: { output: 'dist' },
5+
targets: {
6+
chrome: 85,
7+
},
58
});

0 commit comments

Comments
 (0)