-
Notifications
You must be signed in to change notification settings - Fork 175
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
Split visualizations into chunks #875
Conversation
size-limit report 📦
|
✅ Deployed successfully to: https://turnilo-visualization-chunks-gmbbyye42a-ew.a.run.app |
8360f76
to
cd23084
Compare
✅ Deployed successfully to: https://turnilo-visualization-chunks-gmbbyye42a-ew.a.run.app |
cd23084
to
796cb88
Compare
✅ Deployed successfully to: https://turnilo-visualization-chunks-gmbbyye42a-ew.a.run.app |
✅ Deployed successfully to: https://turnilo-visualization-chunks-gmbbyye42a-ew.a.run.app |
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.
I expected more changes from splitting visualisations
@@ -53,7 +53,16 @@ const prodConfig = { | |||
'process.env.NODE_ENV': JSON.stringify('production') | |||
}), | |||
], | |||
stats: 'minimal' | |||
optimization: { |
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.
Duplicate optimization
key, see line 47.
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.
Thanks for pointing that out.
#845