Files
react/examples/tree-shaking-webpack
Andrew 53192111a8 Fix typos (#595)
* fix(typo):  customise -> customize (en-us)

* fix(typo): Recat -> React

* fix(typo): porject -> project

Co-authored-by: spectralapps <56676505+spectralapps@users.noreply.github.com>
2021-08-05 18:36:42 +03:00
..
2020-08-24 18:40:07 +08:00
2020-08-24 18:40:07 +08:00
2020-08-24 18:40:07 +08:00
2021-08-05 18:36:42 +03:00
2021-02-14 15:58:52 +08:00

Tree shaking for webpack

About

If you use webpack and babel to build your React project, this example may be useful for you.

Previews

Before:

before


After:

after