소스 검색

chore: remove umi config[targets]

lanjianrong 3 년 전
부모
커밋
657979172b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      config/config.ts

+ 0 - 1
config/config.ts

@@ -37,7 +37,6 @@ export default defineConfig({
     baseNavigator: false
   },
   define: { REACT_APP_ENV: REACT_APP_ENV || false },
-  targets: { ie: 11 },
   routes,
   title: false,
   proxy: proxy[REACT_APP_ENV || 'dev'],