使用prerender-spa-plugin做预渲染,但是每次都是跑了一会,然后报错
找源码,node_modules/prerender-spa-plugin/es6/index.js,143行
.catch(err => {
const msg = '[prerender-spa-plugin] Unable to prerender all routes!'
console.error(msg)
compilation.errors.push(new Error(msg))
done()
})
打印error
TimeoutError: Navigation Timeout exceeded: 30000ms exceeded