https://choi95.tistory.com/131 favicons-Webpack-plugin์ ํตํด favicons ์ด๋ฏธ์ง ์ ์ฉํ๊ธฐ ๋ฌธ์ ํ๋ก์ ํธ ๋์ค Webpack์ ํตํด ๋ฒ๋ค๋ง ๋ ๊ฒฐ๊ณผ๋ฌผ์ ์๋ฒ์ ๋์ฐ๋ html head ํ๊ทธ ๋ด์ ์ ์ฉํ๋ favicons ์ด๋ฏธ์ง๊ฐ ์ ์ฉ๋์ง ์๋ ๋ฌธ์ ๊ฐ ๋ฐ์ํ์๋ค. favicons ์ด๋ฏธ์ง์ ์ฌ์ฉ๋๋ ์์ค์ ํ์ฅ์๋ choi95.tistory.com ์ด์ ํฌ์คํ ์์ meta ๋ฐ์ดํฐ์ ํ๋น์ฝ ์ด๋ฏธ์ง ์์ค๋ฅผ patchํ๊ธฐ ์ํด favicons-webpack-plugin์ ์ฌ์ฉํ์๋ค. ํ์ง๋ง ๋ค์๊ณผ ๊ฐ์ด ํฌ๊ฒ 2๊ฐ์ง ์์ธ์ผ๋ก ์ด๋ฅผ copy-webpack-plugin์ผ๋ก ๋์ฒดํ๊ธฐ๋ก ํ์๋ค. ํ ์คํธ ์ฉ๋๋ก ์ง์ ํ favicon ์ด๋ฏธ์ง๊ฐ path๋ฅผ ์์ ํ์ฌ๋ ๊ทธ๋๋ก ์น ์์..
๋ฌธ์ ํ๋ก์ ํธ ๋์ค Webpack์ ํตํด ๋ฒ๋ค๋ง ๋ ๊ฒฐ๊ณผ๋ฌผ์ ์๋ฒ์ ๋์ฐ๋ html head ํ๊ทธ ๋ด์ ์ ์ฉํ๋ favicons ์ด๋ฏธ์ง๊ฐ ์ ์ฉ๋์ง ์๋ ๋ฌธ์ ๊ฐ ๋ฐ์ํจ๊ณผ ๋์์ ๋ค์๊ณผ ๊ฐ์ ์๋ฌ๊ฐ ๋ฐ์ํ์๋ค. MIME type ('text/html') is not a supported stylesheet MIME type ํด๋น ์๋ฌ์ ๋ํด์ ๊ฒ์์ ํด๋ณด๋, https://stackoverflow.com/questions/55178482/mime-type-text-html-is-not-a-supported-stylesheet-mime-type MIME type ('text/html') is not a supported stylesheet MIME type I have tried almost every sol..
๋ฌธ์ css-loader๋ฅผ ํตํด css ํ์ผ์ ์ฝ์ด์ JS string ํ์์ผ๋ก ๋ณํํ ๋ค์ html ํ์ผ์ ์ ์ฉ์์ผ ์ฃผ๊ธฐ ์ํด style-loader๋ฅผ ์ฌ์ฉํ์๋ค. ํ์ง๋ง js ์์์ ํด๋น cssํ์ผ์ ๊ฐ์ฒด๋ก import ํ์ฌ ์คํ์ผ์ ์ ์ฉํ๋ ๊ณผ์ ์ ์ฑ๊ณตํ์์ง๋ง html ํ์ผ์ ํด๋์ค๊ฐ ๋ถ์ฌ๋ ํ๊ทธ๋ค์ ํด๋น cssํ์ผ์ ์คํ์ผ์ด ์ ์ฉ๋์ง ์๋ ๋ฌธ์ ๊ฐ ๋ฐ์ํ์๋ค. ๋ฌธ์ ํด๊ฒฐ ํด๋น style ํ๊ทธ๋ style-loader์ ์ํด ๋์ ์ผ๋ก ์์ฑ๋์ด ์ดํ์ html์ ์ถ๊ฐ๋์๊ณ ์ด์ ๋ํ ๊ฒฐ๊ณผ๋ ๊ฐ๋ฐ ์ฐฝ์ ์ด์ด ํ์ธํ ๊ฒ์ด๋ค. style ํ๊ทธ๋ฅผ ์ดํด ๋ณด๋ฉด body์ ๊ฐ์ด ํ๊ทธ๋ช ์ ํ์๋ cssํ์ผ์ ์ ์ฅ๋์ด ์๋ ๊ทธ๋๋ก ์ถ๋ ฅ๋๋ ๋ฐ๋ฉด ํด๋์ค๋ช ์ ํ์์ ๊ฐ์ ๊ฒฝ์ฐ๋ ์๋์ ํด๋์ค๋ช ์ด ์๋ ์ด์ํ ์ฝ๋๋ช ๊ณผ ๊ฐ์..