728x90
반응형
package.json
이 잘 설정되어 있다면,
```[.linenums]
npm install
npm install --upgrade
// 최신 버전으로 다시 깔기.
```/
만 치면 알아서 다 깔리는듯?
## PH
- 2024-03-30 : First posting.
- nodejs.org
- esbuild.github.io/ :: esbuild - An extremely fast bundler for the web
- geundung.dev :: esbuild 기반 React Native 번들러 개발기
// 토스 개발자로 알고 있음. 유튜브 링크도 있었던거 같긴 한데... Tree Shacking 도 지원하고 multi thread 로 돌아가서 esbuild 가 다른 bundler 보다 훨씬 빠르고 좋다는 결론. - react.dev/learn
728x90
반응형