Open devSoyoung opened 4 years ago
리액트 public 디렉토리에 있는 manifest.json의 역할이 궁금해서 검색해봄 (쓸데없는거면 지워버리려고.. 배포 파일 용량 조금이라도 더 줄일 것이다..)
manifest.json
https://stackoverflow.com/questions/45186993/what-is-public-manifest-json-file-in-create-react-app Summary : 애플리케이션에 대한 설명이 담긴건데, 모바일에서 홈에 바로가기를 만들었을 때 정보를 표시해줄 수 있다.
index.html에 주석에도 이에 대한 설명이 적혀있었다.
index.html
<!-- manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ -->
리액트 public 디렉토리에 있는
manifest.json
의 역할이 궁금해서 검색해봄 (쓸데없는거면 지워버리려고.. 배포 파일 용량 조금이라도 더 줄일 것이다..)https://stackoverflow.com/questions/45186993/what-is-public-manifest-json-file-in-create-react-app Summary : 애플리케이션에 대한 설명이 담긴건데, 모바일에서 홈에 바로가기를 만들었을 때 정보를 표시해줄 수 있다.
index.html
에 주석에도 이에 대한 설명이 적혀있었다.