asyncLiz / rollup-plugin-minify-html-literals

Rollup plugin to minify HTML template literal strings
MIT License
66 stars 9 forks source link

minifyHTML is not a function #33

Open or9 opened 2 months ago

or9 commented 2 months ago

node 20.10.0

Does not work:

image image

And from the docs:

image

Does work:

import minifyHTML from "rollup-plugin-minify-html-literals";

export default {
    plugins: [
        minifyHTML.default(),
        ],
}
luc122c commented 2 weeks ago

Duplicate of #24