reason-vue
reason-vue copied to clipboard
Useful links
Aim of this issue is to
- List all the useful links that I find related to this project
- Learning; I realised one of the blockers is my lack of knowledge in reasonml and bucklescript
Bucklescript
bsb (bs-platform cli) overview: https://bucklescript.github.io/docs/en/build-overview.html
bsconfig.json The complete configuration schema: https://bucklescript.github.io/bucklescript/docson/#build-schema.json
Webpack
Loader How to write a loader: https://github.com/webpack/docs/wiki/how-to-write-a-loader Loader APIs: https://webpack.js.org/api/loaders/