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.
2 parents ebb8580 + 562092f commit 14d4de3Copy full SHA for 14d4de3
1 file changed
.fatherrc.js
@@ -2,4 +2,7 @@ import { defineConfig } from 'father';
2
3
export default defineConfig({
4
plugins: ['@rc-component/father-plugin'],
5
+ targets: {
6
+ ie: 11,
7
+ },
8
});
0 commit comments