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: docs/index.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,8 @@
226
226
need to configure the `reasonBuild` entry in `package.json` to add the `-pkg
227
227
dependencyPackage`. Consult your dependency's docs.
228
228
229
+
Don't forget to add your new dependency also to the `.merlin` (configuration)[https://github.com/ocaml/merlin/wiki/emacs-from-scratch#using-libraries] with `PKGdependencyPackage` so that your editor knows about it too.
230
+
229
231
### Add Your Own Scripts
230
232
231
233
`npm` allows `scripts` to be specified in your project's `package.json`. These
0 commit comments