We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
컴포넌트가 아닌 css.ts 파일에서 img를 import해서 작성시 image tools에서 해당 에셋을 처리하지 못합니다.
build후 실행시켜보면 background-image가 잘못된 경로를 가르킴
해결방법을 모르겠습니다
The text was updated successfully, but these errors were encountered:
#7 (comment)
Sorry, something went wrong.
사실 webp 이미지는 최적화가 들어가지 않아서 webp 형식으로 수동(?) 변환하시는 것도 방법입니다.
저 방법대로 시도해봤는데 해결이 안되네요
전부 webp로 사용하면 좋을텐데 하하.. 아쉽군요
global 하게 사용해야 하는 이미지들은 미리 webp로 변환해서 사용해야겠습니다. (도저히 방법을 못찾겠음) exclude: "**/*.webp" 옵션을 추가해서 webp는 패스하도록 하겠습니다.
exclude: "**/*.webp"
Successfully merging a pull request may close this issue.
버그 설명
컴포넌트가 아닌 css.ts 파일에서 img를 import해서 작성시 image tools에서 해당 에셋을 처리하지 못합니다.
버그 발생 경로
build후 실행시켜보면 background-image가 잘못된 경로를 가르킴
기타사항
해결방법을 모르겠습니다
The text was updated successfully, but these errors were encountered: