Questions tagged [bsconfig]

bsconfig.json is the configuration file for BuckleScript's bsb build system. Use for questions relating to configurations settings contained in this file, and only along with the [bucklescript] tag.

Useful resources:

3 questions
5
votes
1 answer

Compiling Reason source files to the same directory as the source files

I'm writing a node application, where I would like to mix Reason and raw JavaScript. This section in the bucklescript documentation describes it When user has an existing JS project, it makes sense to output the JS file in the same directory as…
Pete
  • 12,206
  • 8
  • 54
  • 70
2
votes
3 answers

Debug web add-in for outlook in visual studio code

I was following the tutorial for creating an advanced Outlook add-in here (Git the Gist) The above is a node.js-app which uses Yeoman and Microsoft Office Add-in Project Generator. To simply start the add-in, you just type 'npm start' in your root…
1
vote
1 answer

Creating a Reason package with a different namespace name than the NPM package

I started creating a native Reason unit test library, inspired by RSpec (I did one for F# previously) I wanted to call the library Respect, but since there was already an npm package named "respect", I named the npm library "re-respect". But my…
Pete
  • 12,206
  • 8
  • 54
  • 70