Angular 11 까지만 IE 11 마지막으로 지원됨
12 부터는 지원안됨
.browserslistrc 수정
not prefix 제거
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
# For the full list of supported browsers by the Angular framework, please see:
# https://angular.io/guide/browser-support
# You can see what browsers were selected by your queries by running:
# npx browserslist
last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
'Team > 난감했던 이슈들' 카테고리의 다른 글
[ FLUTTER ] 빌드 시 multidex에러 (0) | 2022.03.17 |
---|---|
[ FLUTTER ] 이미지 업로드 용량 문제 (0) | 2022.03.11 |
[ IONIC ] Android SDK 30 이슈 (0) | 2022.02.25 |
[ VUE ] Vue CLI 개발환경 포트 설정 문제 (0) | 2022.01.27 |
[ VUE ] vue.config.js 설정이 먹통일때 (0) | 2021.12.30 |