This is useful when using the library in targets such as web. Compiling the files before publishing allows the library to be used out of the box, without requiring extra configuration from users to build it manually with e.g. babel, webpack, etc. In my case I'm using the library in a ClojureScript project with Shadow CLJS and I'm having to compile the JSX manually using babel.
[x] I ran yarn run fix on my PR and fixed any formatting issues
Hey @miguelsm I appreciate the PR. I'm not that familiar with using bob and prebuilding. I need to do some more reading and testing before I merge. Hope to get to it soon though, thanks!
This is useful when using the library in targets such as web. Compiling the files before publishing allows the library to be used out of the box, without requiring extra configuration from users to build it manually with e.g. babel, webpack, etc. In my case I'm using the library in a ClojureScript project with Shadow CLJS and I'm having to compile the JSX manually using babel.
yarn run fix
on my PR and fixed any formatting issues