eps1lon / bundling-reexports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bundling-reexports

Seems like some people think that a re-export appears in prod bundles. Even though they appear in development bundles, they will be removed from production bundles. I re-created to layout shown in the tweet and only imported Button. The final bundle (dist/index.js) only contains Button (search for data-testid) but no Icon.

About


Languages

Language:JavaScript 100.0%