- Notifications
You must be signed in to change notification settings - Fork173
이미지 등 정적 자원 다루기 | Bundling Fundamentals#299
-
이미지 등 정적 자원 다루기 | Bundling Fundamentals프론트엔드 번들링의 모든 것 https://frontend-fundamentals.com/bundling/webpack-tutorial/assets.html |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
Replies: 1 comment 1 reply
-
본문에서 알려준 대로 아래처럼 코드 변경해서 해결했습니다. |
BetaWas this translation helpful?Give feedback.
All reactions
-
저도 동일한 에러가 발생해서 자세히 살펴보았는데 실제로 제공된 예제의 따라서 올바른 폰트 사용을 위해서다음 링크에서 다운로드 받아 사용하면 됩니다! 추가로 예제의 index.html에서 link로 제공된폰트 링크와 동일한 폰트 사용을 위해서는 weight 500에 해당되는 추가로@SeongjaeHong 님께서 적어주신 'woff2' -> 'font-woff2'로 변경하는 방법을 통해 warning message를 우회하는 방법은 단순히 브라우저가 해당 폰트 파일에 대한 파싱을 스킵하기에 발생하지 않는 것으로 보입니다. |
BetaWas this translation helpful?Give feedback.