threepointone / ratpack

ready. set. go!
197 stars 10 forks source link

reasonml #19

Open threepointone opened 7 years ago

threepointone commented 7 years ago

~

threepointone commented 7 years ago

the built binary is close to 1gb, so shipping it is not an option.

Setup docs might be good for a first step. Something like -

cd ~/.ratpack
yarn add reason-loader

and then in your entry file

/* @ratpack 
{ rules: [ { files: '*.re', loader: 'reason-loader' } ] } // assuming this exists 
*/
import 'myApp.re'