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 478b6ce commit 8024420Copy full SHA for 8024420
.fatherrc.ts
@@ -2,4 +2,7 @@ import { defineConfig } from 'father';
2
3
export default defineConfig({
4
cjs: { output: 'dist' },
5
+ targets: {
6
+ chrome: 85,
7
+ },
8
});
0 commit comments