Closed bencompton closed 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.
Removed the IIFE exports, but still need to clean up the code a bit.
Now complete as of 39c8b3cf961121ad8216cbc2d6c65823cdf8ee19.
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.