Skip to content

Commit 0b01399

Browse files
authored
fix: restore browser targets (#24)
* chore: upgrade father plugin * fix: restore browser targets
1 parent aa66905 commit 0b01399

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)