We use Webpack to transpile & bundle js, jsx, css, etc files.
There are multiple ways to configure that, for Ratel we used the create-react-app script.
Webpack output is then packaged into go assets using go-bindata.
We use Webpack to transpile & bundle js, jsx, css, etc files.
There are multiple ways to configure that, for Ratel we used the create-react-app script.
Webpack output is then packaged into go assets using go-bindata.