JS TS
[Vite] React 하나의 index.html로 빌드
Nhahan
2024. 11. 20. 16:43
https://www.npmjs.com/package/vite-plugin-singlefile
npm i vite-plugin-singlefile
이후
vite.config.ts에 아래와 같이 viteSingleFile()을 추가해주면 된다.
세팅 끝.
이와 같이 하나의 index.html로 빌드된 결과를 확인할 수 있다.