jonespen / kss-webpack-plugin

Generate KSS styleguide from Webpack
MIT License
10 stars 10 forks source link

Fixed missing render callback error #13

Closed beije closed 4 years ago

beije commented 4 years ago

The render method might throw a type error because of an undefined callback (callback is not a function). Added check for the render callback.

jonespen commented 4 years ago

Thanks!