You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _blogposts/2024-01-11-release-11-0-0.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The compiler config file has been renamed to `rescript.json`. Since the rebrand
45
45
46
46
### Relaxed Suffix Rules
47
47
48
-
You can now freely choose the suffix of the generated JS files. For instance instead of `.bs.js` you can now use `.res.js`.
48
+
You can now freely choose the suffix of the generated JS files. We recommend `.res.js`/`.res.mjs` which is also what our official templates in [`create-rescript-app`](#create-rescript-app) are using.
0 commit comments