-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gatsby): split page-renderer per route #33054
Conversation
1cc4d4a
to
b500f84
Compare
b500f84
to
cd36446
Compare
b3ef06f
to
6df3706
Compare
230df2f
to
e0f1559
Compare
@@ -102,6 +102,11 @@ const activeFlags: Array<IFlag> = [ | |||
description: `Server Side Render (SSR) pages on full reloads during develop. Helps you detect SSR bugs and fix them without needing to do full builds. See umbrella issue for how to update custom webpack config.`, | |||
umbrellaIssue: `https://gatsby.dev/dev-ssr-feedback`, | |||
testFitness: (): fitnessEnum => { | |||
// TODO Re-enable after gatsybcamp | |||
if (_CFLAGS_.GATSBY_MAJOR === `4`) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DEV_SSR needs some work and didn't want to look at it now.
Co-authored-by: Dan Kirkham <herecy@live.co.uk>
e0f1559
to
0cdad1a
Compare
Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SHIP IT! 🚢
Hello I would like to understand the interest to split page-renderer by route? in webpack-config I see you use note: I do use only SSG mode Thanks for your support. |
Description
Enables multiple chunks in page-renderer
import()
around