init: function()

in packages/docpack-page-generator/lib/plugin.js [31:35]


  init: function() {
    if (!this.config.template) {
      throw new Error('`template` is required');
    }
  }