Skip to content

Commit 15e6d1b

Browse files
committed
feat: update minifyhtml
1 parent 3ce3f75 commit 15e6d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rollup-package.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const createBundleConfig = (bundle, namespace) => {
7373
nodeResolve(),
7474
importCss(),
7575
processLitCSSPlugin(),
76-
minifyHTML(),
76+
minifyHTML.default(),
7777
esbuild(esbuidOptions),
7878
],
7979
}

0 commit comments

Comments
 (0)