1.0.1 • Published 5 years ago
snowpack-plugin-rescript v1.0.1
snowpack-plugin-rescript
Snowpack plugin for running building whole project through bsb-platform
Installation
npm install snowpack-plugin-rescript -DAfter this you should add plugin to snowpack.config.js:
{
"plugins": ["snowpack-plugin-rescript"]
}Also you must have bsconfig.json file with in-source option.
Why? Because ReScript team recommend it
{
"package-specs": {
"module": "es6-global",
"in-source": true
},
"suffix": ".bs.js"
}License
MIT License