Skip to content

Commit

Permalink
change modules property to buildModules
Browse files Browse the repository at this point in the history
If you are using [nuxt > 2.9.0], modules property doesn't work.
  • Loading branch information
amirhosseinab committed Jul 17, 2020
1 parent cc43d4c commit 0bb32b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/nuxt.md
Expand Up @@ -26,7 +26,7 @@ to the configuration.

```js
{
modules: [
buildModules: [ // if you are using nuxt < 2.9.0, use modules property instead.
'nuxt-purgecss',
],

Expand Down

0 comments on commit 0bb32b6

Please sign in to comment.