Skip to content

Commit 5631376

Browse files
authored
Add stack traces configuration out of the box!
1 parent ec2c5f6 commit 5631376

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525
"Note: `rebuild` has nothing to do with the officially supported `npm rebuild` command."
2626
],
27+
"exportedEnvVars": {
28+
"OCAMLRUNPARAM": {
29+
"global": true,
30+
"globalCollisionBehavior": "fail",
31+
"val": "b"
32+
}
33+
},
2734
"scripts": {
2835

2936
"postinstall": "npm run reasonBuild",

0 commit comments

Comments
 (0)