Skip to content

0.2.0

Choose a tag to compare

@elisherer elisherer released this 06 May 13:56
· 53 commits to master since this release

Breaking Change - the middleware is now a factory, and needs to be invoked to get the koa middleware.
i.e. app.use(webpackServeWaitpage.middleware());

  • Added 2 predefined themes: dark and meterial.
  • Template can be altered by providing a template in the middleware options object.
  • Template now uses ejs for rendering.