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
<h2id="_built_in_npm_support"><aclass="anchor" href="#_built_in_npm_support"></a>Built in npm support</h2>
1219
+
<h2id="_built_in_npm_support"><aclass="anchor" href="#_built_in_npm_support"></a>Built in NPM support</h2>
1220
1220
<divclass="sectionbody">
1221
1221
<divclass="sect2">
1222
1222
<h3id="_build_ocaml_library_as_a_npm_package"><aclass="anchor" href="#_build_ocaml_library_as_a_npm_package"></a>Build OCaml library as a npm package</h3>
1223
1223
<divclass="paragraph">
1224
+
<p>BuckleScript build system has built in support for NPM packages,
1225
+
please checkout the section about the bsb for NPM support.</p>
1226
+
</div>
1227
+
<divclass="admonitionblock note">
1228
+
<table>
1229
+
<tr>
1230
+
<tdclass="icon">
1231
+
<divclass="title">Note</div>
1232
+
</td>
1233
+
<tdclass="content">
1234
+
<divclass="paragraph">
1235
+
<p>This section covers some basics of how NPM is supported internally, normal users
1236
+
are safe to skip this section.</p>
1237
+
</div>
1238
+
</td>
1239
+
</tr>
1240
+
</table>
1241
+
</div>
1242
+
<divclass="paragraph">
1224
1243
<p>BuckleScript extends the OCaml compiler options with several flags to
1225
1244
provide better experience for NPM users.</p>
1226
1245
</div>
1227
1246
<divclass="paragraph">
1228
-
<p>In general, you are expected to deploy two kinds of artifacts, the
1247
+
<p>In general, you are expected to see two kinds of build artifacts, the
1229
1248
generated JS files and meta data which your OCaml dependencies rely
0 commit comments