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
> Use multiple workers to generate the static files for your Nuxt.js project
10
10
@@ -76,8 +76,8 @@ This method is called on the master just before the workers are started/forked.
76
76
77
77
Use this method if you experience serialization issues or when your Nuxt config is too big. The Nuxt options are stringified and then passed as environment variable to the workers, on Windows there seems to be a maximum size of 32KB for env variables.
78
78
79
-
Properties which should be safe to remove are:
80
-
- buildModules
79
+
Properties which should be safe to remove are (not a complete list):
0 commit comments