본문 바로가기
JS TS

[Vite] React 하나의 index.html로 빌드

by Nhahan 2024. 11. 20.

https://www.npmjs.com/package/vite-plugin-singlefile

 

vite-plugin-singlefile

Vite plugin for inlining all JavaScript and CSS resources. Latest version: 2.0.3, last published: 17 days ago. Start using vite-plugin-singlefile in your project by running `npm i vite-plugin-singlefile`. There are 19 other projects in the npm registry usi

www.npmjs.com

 

 

npm i vite-plugin-singlefile

이후

 

vite.config.ts에 아래와 같이 viteSingleFile()을 추가해주면 된다.

 

세팅 끝.

 


 

 

이와 같이 하나의 index.html로 빌드된 결과를 확인할 수 있다.

 

 

댓글