-
Notifications
You must be signed in to change notification settings - Fork 37
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
lazily load SimulatePreloadedQuery #345
Conversation
✅ Deploy Preview for apollo-client-nextjs-docmodel ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/release:pr |
size-limit report 📦
|
A new release has been made for this PR. You can install the package you need using one of
|
Version da4c6f8 here reduces the immediately shipped addition to the client bundle to 4678: function (e, t, n) {
n.d(t, {
SimulatePreloadedQuery: function () {
return o;
},
});
var r,
i = n(2265);
function o(e) {
let { options: t, result: o, children: l, queryKey: a } = e;
return (
r ||
(r = i.lazy(() =>
n
.e(997)
.then(n.bind(n, 997))
.then((e) => ({ default: e.SimulatePreloadedQuery }))
)),
i.createElement(r, { options: t, result: o, queryKey: a }, l)
);
}
}, |
/release:pr |
A new release has been made for this PR. You can install the package you need using one of
|
/release:pr |
#255 Bundle Size — 1.1MiB (-0.94%).b58bdf7(current) vs cee4e66 main#253(baseline) Warning Bundle contains 1 duplicate package – View duplicate packages Bundle metrics
Bundle size by type
Bundle analysis report Branch pr/lazy-load-SimulatePreloadedQu... Project dashboard Generated by RelativeCI Documentation Report issue |
A new release has been made for this PR. You can install the package you need using one of
|
/release:pr |
A new release has been made for this PR. You can install the package you need using one of
|
Yeah... down to
❌ this one errored |
/release:pr |
A new release has been made for this PR. You can install the package you need using one of
|
This version now is 4678: function (e, t, n) {
n.d(t, {
SimulatePreloadedQuery: function () {
return o;
},
});
var r,
i = n(2265),
o = (e) => (
r || (r = i.lazy(() => n.e(997).then(n.bind(n, 997)))),
i.createElement(r, { ...e })
);
}, |
I'm good to go with this one now, @alessbell and @jerelmiller, could one of you please take a look and give this a quick review? |
This might be a solution for #341