add options to build

This commit is contained in:
cj 2017-02-17 03:24:30 -06:00
parent c40259877b
commit 88dbe00b9e
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ function * generateRoutesAndFiles () {
uniqBy: _.uniqBy,
isDev: this.dev,
router: {
mode: this.options.router.mode,
base: this.options.router.base,
middleware: this.options.router.middleware,
linkActiveClass: this.options.router.linkActiveClass,