Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 979 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 979 Bytes

This project was bootstrapped with Create React App 's next branch which utilizes Webpack4 tree shaking optimization.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Installation

$ yarn install
$ yarn build
$ yarn start

Analyze

To analyze webpack bundle:

$ yarn analyze

Current build statistics with tree shaking: Image of Stats

Current bundle analysis with tree shaking: Image of Stats

Build statistics without tree shaking: Image of Stats

Current bundle analysis without tree shaking: Image of Stats