From 383225fb18b4a702ff2c34546fb9d3233836ff3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E8=89=B3=E5=85=B5?= Date: Tue, 9 Jun 2026 18:39:50 +0800 Subject: [PATCH] fix: restore browser targets --- .fatherrc.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.fatherrc.js b/.fatherrc.js index 96268ae..a1d8695 100644 --- a/.fatherrc.js +++ b/.fatherrc.js @@ -2,4 +2,7 @@ import { defineConfig } from 'father'; export default defineConfig({ plugins: ['@rc-component/father-plugin'], + targets: { + ie: 11, + }, });