docs(nextjs): make it clear 11.1.0 of Nx is required

This commit is contained in:
James Henry 2021-01-10 18:11:52 +04:00 committed by Victor Savkin
parent 625de37163
commit 3c96286e39

View File

@ -160,7 +160,7 @@ const withNx = require('@nrwl/next/plugins/with-nx');
module.exports = withNx({});
```
If you have a config which looks like that, leveraging the `withNx()` config plugin, **no further action is needed** in your config.
If you have a config which looks like that (leveraging the `withNx()` config plugin) **AND** the version of Nx you are using is `11.1.0` or later, **no further action is needed** in your config.
If, however, you created the application using an older version of Nx, you may just see an empty object: