https://www.npmjs.com/package/vite-plugin-singlefile
npm i vite-plugin-singlefile
이후
vite.config.ts에 아래와 같이 viteSingleFile()을 추가해주면 된다.
세팅 끝.
이와 같이 하나의 index.html로 빌드된 결과를 확인할 수 있다.
'JS TS' 카테고리의 다른 글
[Next] App router 방식에서 Edge Function 적용법 (1) | 2024.11.06 |
---|---|
[JS] 브라우저에서 유저의 언어 식별 (2) | 2024.11.04 |
[Node] class 혹은 function의 file path를 찾아보자 (0) | 2023.11.16 |
[TypeScript] Decorator를 이용한 코드 변경 (0) | 2023.11.07 |
[RxJS - 4] pipe(), map() (0) | 2023.10.06 |
댓글