Skip to content

Commit 52210fa

Browse files
committed
Fix ReScript deprecation warning: change es6 to esmodule
1 parent a32a650 commit 52210fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"package-specs": [
1010
{
11-
"module": "es6",
11+
"module": "esmodule",
1212
"in-source": true
1313
}
1414
],

0 commit comments

Comments
 (0)