Skip to content

Commit

Permalink
Merge pull request #454 from amirhosseinab/patch-1
Browse files Browse the repository at this point in the history
change modules property to buildModules
  • Loading branch information
Ffloriel committed Jul 18, 2020
2 parents 2581049 + 0bb32b6 commit 41f1c48
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 41f1c48

Please sign in to comment.