rollup-plugin-minify-html-literals
rollup-plugin-minify-html-literals copied to clipboard
(!) Plugin minify-html-literals: result.matchAll is not a function
Using these versions:
- "rollup-plugin-minify-html-literals": "^1.2.6"
- "rollup": "^2.51.2"
there is a warning on the output and it looks like the template literals are not parsed:
(!) Plugin minify-html-literals: result.matchAll is not a function
This warning doesn't happen using these versions:
- "rollup-plugin-minify-html-literals": "^1.2.4"
- "rollup": "^1.21.2"