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: index.html
+2
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,8 @@ <h2>Usage with Node</h2>
226
226
227
227
<p><strong>Note</strong>: Do <em>not</em> use <codeclass="language-javascript">loadLanguages()</code> with Webpack or another bundler, as this will cause Webpack to include all languages and plugins. Use the babel plugin described above.</p>
228
228
229
+
<p><strong>Note</strong>: <codeclass="language-javascript">loadLanguages()</code> will ignore unknown languages and log warning messages to the console. You can prevent the warnings by setting <codeclass="language-javascript">loadLanguages.silent = true</code>.</p>
0 commit comments