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
Implement a custom wrapper around next build which exits after the webpack build completes. This should make the analysis run much faster, and will generally simplify setups because the data fetching that happens during static generation can often require additional environment variables and/or secrets.
Implement a custom wrapper around
next build
which exits after the webpack build completes. This should make the analysis run much faster, and will generally simplify setups because the data fetching that happens during static generation can often require additional environment variables and/or secrets.See: https://github.com/hashicorp/web-platform-packages/tree/main/packages/tools#next-build-webpack-only
The text was updated successfully, but these errors were encountered: