Commit 89d33b6b authored by Evan You's avatar Evan You

not using direct mode

parent 7c7081f6
......@@ -26,8 +26,7 @@ function createRenderer (bundle, options) {
maxAge: 1000 * 60 * 15
}),
// this is only needed when vue-server-renderer is npm-linked
basedir: resolve('./dist'),
directMode: true
basedir: resolve('./dist')
}))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment