Skip to content

Commit 14d4de3

Browse files
authored
Merge pull request #7 from react-component/adjust-father-targets
fix: adjust father targets from chrome 85 to ie11
2 parents ebb8580 + 562092f commit 14d4de3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.fatherrc.js

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
plugins: ['@rc-component/father-plugin'],
5+
targets: {
6+
ie: 11,
7+
},
58
});

0 commit comments

Comments
 (0)