You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gatsby): move require out of hot function (#36253)
* fix(gatsby): move require out of hot function
This require showed up in a performance profile as taking ~600ms during a large query as `resolveField` is called a lot. We can require it out of the function to avoid this.
* not sure why it needs the .default here
* Update node-model.js
* Update node-model.js
* Fix lint
0 commit comments