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
Building the SDK (i.e., the wasp package) takes several seconds even on high-end machines.
Explore ways to optimize the SDK build step.
For example:
Don't build the SDK if not necessary (e.g., when there no changes or when the user user-code has errors).
Minimize how often it's necessary to build the SDK (e.g., by stripping the SDK of all unnecessary functionality, tracked in Refactor our generated codebase #1841 ).
Find other ways to speed up the build.
The text was updated successfully, but these errors were encountered:
Building the SDK (i.e., the
wasp
package) takes several seconds even on high-end machines.Explore ways to optimize the SDK build step.
For example:
The text was updated successfully, but these errors were encountered: