몽땅뚝딱 개발자

[npm] Webpack Bundle Analyzer 본문

Something Useful/또 다른 정보

[npm] Webpack Bundle Analyzer

레오나르도 다빈츠 2022. 5. 19. 08:46

 

 

청크파일을 뜯어보자!

 

 


 

 

◽ npm

 

webpack-bundle-analyzer

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap. Latest version: 4.5.0, last published: 7 months ago. Start using webpack-bundle-analyzer in your project by running `npm i webpack-bundle-analyzer`. T

www.npmjs.com

 

 

◽ 설치하기

npm install --save-dev cra-bundle-analyzer

 

 

◽ 실행하기

npx cra-bundle-analyzer

이렇게 확인할 수 있다.

 

 

◽ 적용해보자

 

성능 최적화하기 - (4) Lazy Loading

◽ 컴포넌트 Lazy Loading (Code Splitting) [전] import React, { useState } from 'react' import styled from 'styled-components' import Header from './components/Header' import InfoTable from './compon..

be-a-weapon.tistory.com

 

'Something Useful > 또 다른 정보' 카테고리의 다른 글

스크럼 가이드 정리  (0) 2022.06.01
마크다운(Markdown)이란?  (0) 2022.05.19
prettier & eslint 함께 사용하기  (0) 2022.05.11
Port Kill  (0) 2022.02.23
PDF 미리보기 / iframe과 embed  (1) 2022.02.21
Comments