haifeng2013/rollup-plugin-bundle-html

Compatibility with rollup@1.x.x

doktordata opened this issue · 1 comments

Since rollup@1.x.x the onwrite hook is deprecated which generates this error:

(!) html plugin: The onwrite hook used by plugin html is deprecated. The generateBundle hook should be used instead.

See rollup/rollup#2409

onwrite hook is replaced with writeBundle hook.