I did the following steps:
- added “bsc-flags”: ["-bs-g"] to your bsconfig.json
- added [%%debugger.chrome] at the top my .re file
- enabled custom formatter in Chrome dev tools
- loaded .html file that loaded some .js files compiled from .re
I also have "module": "es6-global" set in my bsconfig.json.
Is there anything else I need to do to getting the custom formatter working?