rollup-plugin-minify-html-literals icon indicating copy to clipboard operation
rollup-plugin-minify-html-literals copied to clipboard

(!) Plugin minify-html-literals: result.matchAll is not a function

Open felixzapata opened this issue 3 years ago • 0 comments

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"

felixzapata avatar Jun 14 '21 14:06 felixzapata