Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Remove JSX Transpilation Dependency

Latest
Compare
Choose a tag to compare
@rolandpeelen rolandpeelen released this 31 Aug 12:29
· 21 commits to master since this release
e9dcd40

Our entire library is written in ReasonML. This means the JSX transpilation to react function calls happens at compile time (Reason -> JS). There shouln't be another step using something like Babel necessary to get to the output.

Our previous release introduced such a dependency, this release fixes that.