orlov-vo · GitHub

Snowpack plugin for running building whole project through bsb-platform

Installation

npm install snowpack-plugin-rescript -D

After 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

About

No description, website, or topics provided.

Resources

Readme

MIT license

Activity

Stars

8 stars

Watchers

1 watching

Forks

3 forks

Releases

Packages

Used by

Contributors

Languages

Read the original on github.com ↗