Open
Description
So we're using the package.json
to put config, but what should we put there? There are some issues that I think fall under this:
- Make compilation to js optional + native compilation #17 make js compilation optional, native possible
- [lowpri] separate directories for public vs. private. #3 specify what things are "exported" to clients
- Add ppxFlag support. #12 ppxFlag support
And other things that I'm looking for:
- bucklescript
- specify the path of the built artifact
"rebel": {
"targets": {
"./build/my_app.js": {
"engine": "bucklescript",
"entry": "./src/js/main.re",
},
"./build/my_server.native": {
// no engine specified, defaults to ocamlc? or sth
"entry": "./src/server/main.re",
"extraFlags": " whatever",
},
},
},
Rust's cargo is useful to look at
Metadata
Metadata
Assignees
Labels
No labels