๐ก ๋ฆฌ์กํธ ๊ณต์๋ฌธ์
By default, the generated project supports all modern browsers. Support for Internet Explorer 9, 10, and 11 requires polyfills.
โ ๋ค.. IE 9, 10, 11์์ ๋ฆฌ์กํธ๊ฐ ๋์๊ฐ์ง ์๋๋ค๊ณ ํฉ๋๋ค. ๐
npm run start
ํ,ifconfig
์ฌ์ง ์ฐธ๊ณ ํ์ฌ inet ์ ์์ฑ๋์ด ์๋ ip ์ฃผ์๋ก ์ ๊ทผ
ex) ie ๋ธ๋ผ์ฐ์ ์์ http://192.168.35.00:3000
์ผ๋ก ์ ์
๐๐ปโโ๏ธ ์๋ง IE์์ ํ์ ํ๋ฉด์ด ๋์ฌ ๊ฑฐ์์....
๋๋ผ์ง ๋ง์ธ์. ๊ทธ๋ฅ ์๋ฌ ํ์ด์ง ์ ๋๋ค. ๐คจ
๊ฐ๋ฐ์๋๊ตฌ๋ฅผ ํ์ธํด๋ณด์ธ์!
react-app-polyfill
์ค์นyarn add react-app-polyfill
// These must be the first lines in src/index.js
import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';
node_modules/.cache
์ญ์ browserslist
์ ie 11 ์ถ๊ฐ"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
}
ํ ์คํธ๐ IE์์ ์ฌ๋ฌ CSS property๋ฅผ ์ง์ํ์ง ์์ต๋๋ค.
๋์ผ๋ก ์ง์ ๋ณด๋ฉด์ ํ์ ์ผ ํฉ๋๋ค...
์๊ฐ๋ณด๋ค ๊นจ์ง๋๊ฒ ๋ง์ ์ ์์ด์ ๐คญ
์ง์ ์์ ํด๋ณด๊ธฐ