1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Mention on demand entries are development-only (#3433)

Fixes #3430
This commit is contained in:
Adam Stankiewicz 2017-12-10 21:18:17 +01:00 committed by Arunoda Susiripala
parent c8d2da68cf
commit 6f55d3a5ad

View file

@ -988,6 +988,8 @@ module.exports = {
}
```
This is development-only feature. If you want to cache SSR pages in production, please see [SSR-caching](https://github.com/zeit/next.js/tree/canary/examples/ssr-caching) example.
### Customizing webpack config
<p><details>