Skip to content

Commit 7a4e197

Browse files
committed
Switch to a proper way to pop up warnings as errors
1 parent 6b93cf9 commit 7a4e197

2 files changed

Lines changed: 265 additions & 600 deletions

File tree

bsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
}
1717
],
1818
"namespace": false,
19-
"bsc-flags": ["-bs-no-version-header", "-warn-error @a"],
19+
"bsc-flags": ["-bs-no-version-header"],
20+
"warnings": {
21+
"error": true
22+
},
2023
"bs-dependencies": ["reason-react", "reason-react-native"]
2124
}

0 commit comments

Comments
 (0)