Use render.bundleRenderer

This commit is contained in:
Sébastien Chopin 2017-07-08 18:41:10 +02:00
parent a0c4709777
commit 4098e68983

View File

@ -1,6 +1,6 @@
module.exports = {
build: {
ssr: {
render: {
bundleRenderer: {
cache: require('lru-cache')({
max: 1000,
maxAge: 1000 * 60 * 15