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
Hi! Many thanks for your template! I'd like to suggest you use a caching trick which sped up build significantly in my case. Basically, you should copy the least volatile files like package.json and use them as much ASAP, and the most volatile ones like general source code as late as possible.
The text was updated successfully, but these errors were encountered:
Hi! Many thanks for your template! I'd like to suggest you use a caching trick which sped up build significantly in my case. Basically, you should copy the least volatile files like
package.json
and use them as much ASAP, and the most volatile ones like general source code as late as possible.The text was updated successfully, but these errors were encountered: