We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e42426 commit 5fa23deCopy full SHA for 5fa23de
src/constants.mjs
@@ -21,7 +21,9 @@ export const DOC_API_BLOB_EDIT_BASE_URL =
21
// Base URL for a specific Node.js version within the Node.js API docs
22
export const DOC_API_BASE_URL_VERSION = 'https://nodejs.org/docs/latest-v';
23
24
-// Options for Terser
+/**
25
+ * @type {import('html-minifier-terser').Options} Options for terser
26
+ */
27
export const TERSER_MINIFY_OPTIONS = {
28
collapseWhitespace: true,
29
minifyJS: true,
0 commit comments