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 = { module.exports = {
build: { render: {
ssr: { bundleRenderer: {
cache: require('lru-cache')({ cache: require('lru-cache')({
max: 1000, max: 1000,
maxAge: 1000 * 60 * 15 maxAge: 1000 * 60 * 15