This repository has been archived by the owner on Nov 11, 2017. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for modules which export React elements
This adds support for modules which export React elements: export default ( <div> Hello, world! </div> ) Which is nice as it saves us from boilerplate we don't need. Hot reloading feature is preserved.
- Loading branch information