Skip to content

Commit 62ee4f1

Browse files
committed
chore: update readme
1 parent d161968 commit 62ee4f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://codecov.io/gh/nuxt-community/nuxt-generate-cluster"><img src="https://img.shields.io/codecov/c/github/nuxt-community/nuxt-generate-cluster/master.svg" alt="Coverage Status"></a>
55
[![npm](https://img.shields.io/npm/dt/nuxt-generate-cluster.svg)](https://www.npmjs.com/package/nuxt-generate-cluster)
66
[![npm (scoped with tag)](https://img.shields.io/npm/v/nuxt-generate-cluster/latest.svg)](https://www.npmjs.com/package/nuxt-generate-cluster)
7-
<a href="https://github.com/nuxt/nuxt.js/"><img src="https://img.shields.io/badge/nuxt.js-v2.6-800080.svg" alt=""/></a>
7+
<a href="https://github.com/nuxt/nuxt.js/"><img src="https://img.shields.io/badge/nuxt.js-v2.11-800080.svg" alt=""/></a>
88

99
> Use multiple workers to generate the static files for your Nuxt.js project
1010
@@ -76,8 +76,8 @@ This method is called on the master just before the workers are started/forked.
7676

7777
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.
7878

79-
Properties which should be safe to remove are:
80-
- buildModules
79+
Properties which should be safe to remove are (not a complete list):
80+
- buildModules (and their options)
8181
- serverMiddleware
8282

8383
### `done`

0 commit comments

Comments
 (0)