Skip to content

Commit d575254

Browse files
committed
remove bs-super-errors
1 parent afe1293 commit d575254

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# v0.0.6 (unreleased)
1+
# v0.0.6
2+
3+
- Remove `-bs-super-errors` flag for the compatibility with ReScript v12
24

35
# v0.0.5
46

rescript.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@
1212
"type": "dev"
1313
}
1414
],
15-
"refmt": 3,
1615
"ppx-flags": [
1716
"./ppx"
1817
],
1918
"warnings": {
2019
"number": "+A-9-40-42"
2120
},
22-
"bsc-flags": [
23-
"-bs-super-errors"
24-
]
25-
}
21+
"bsc-flags": []
22+
}

0 commit comments

Comments
 (0)