phenomejs / phenome

The ultimate cross-framework component compiler
http://phenomejs.org
MIT License
71 stars 8 forks source link

React components exported as IIFEs #20

Closed bencompton closed 6 years ago

bencompton commented 6 years ago

React components are currently exported as IIFEs due to some issues with the way Babel interprets class expressions. IIFEs may cause issues with tree-shaking and also make compiled output less readable.

bencompton commented 6 years ago

Removed the IIFE exports, but still need to clean up the code a bit.

bencompton commented 6 years ago

Now complete as of 39c8b3cf961121ad8216cbc2d6c65823cdf8ee19.