aMarCruz / rollup-plugin-pug

Rollup plugin that transforms pug templates in es6 modules.
MIT License
27 stars 11 forks source link

fix (this.warn is not a function) #14

Closed leptonix closed 5 years ago

leptonix commented 5 years ago

rollup version 1.7.0 crashes with the error "this.warn is not a function" when you use an array as options.input instead of a string.

aMarCruz commented 5 years ago

@leptonix thanks!