Files
react/examples/tree-shaking-webpack/README.md

18 lines
228 B
Markdown

## Tree shaking for webpack
### About
If you use `webpack` and `babel` to build your Recat project, this example may be useful for you.
### Previews
**Before:**
![before](esm-1.png)
<br />
**After:**
![after](esm-2.png)