We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa6204 commit 73870bbCopy full SHA for 73870bb
1 file changed
src/utils/html-minifier.mjs
@@ -9,4 +9,4 @@ import { minify } from '@swc/html-wasm';
9
* @param {import('@swc/html-wasm').Options} [options]
10
*/
11
export const minifyHTML = async (html, options = {}) =>
12
- minify(html, options).then(({ code }) => code)
+ minify(html, options).then(({ code }) => code);
0 commit comments