GitXplorerGitXplorer
x

tree-shaking

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
061b9d8848887a87ead177a06f367648ecd4c790

Create README.md

xxugao committed 7 years ago
Unverified
9c9b39956d2ec7786f93f6b530c907fcbb75ace4

demo deadcode elimination with different import/export ways

xxugao committed 7 years ago

README

The README file for this repository.

tree-shaking

play with treeshaking and how it works with different ways of import/export

Findings:

export.modules doesn't get tree-shaking effectively

export individually + import {} or import * as both work effectively