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 aa66905 commit 0b01399Copy full SHA for 0b01399
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