Add GUI dev environment (#114)
Setup dev tools to build GUI using ReasonML + Electron Use react-scripts instead of custom build config Add electron command Rename command
This commit is contained in:
committed by
Brendan Le Glaunec
parent
89647ae457
commit
71046216ce
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "reason-scripts",
|
||||
"sources": [
|
||||
"src"
|
||||
],
|
||||
"bs-dependencies": [
|
||||
"reason-react",
|
||||
"bs-jest"
|
||||
],
|
||||
"reason": {
|
||||
"react-jsx": 2
|
||||
},
|
||||
"bsc-flags": [
|
||||
"-bs-super-errors"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user