From 0bb32b6613ae1a81cf67048a8494a218aa20d1fb Mon Sep 17 00:00:00 2001 From: Amir Hossein Abdolkhalegh Date: Fri, 17 Jul 2020 23:58:39 +0430 Subject: [PATCH] change modules property to buildModules If you are using [nuxt > 2.9.0], modules property doesn't work. --- docs/guides/nuxt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nuxt.md b/docs/guides/nuxt.md index 71ef0b66..47e26d89 100644 --- a/docs/guides/nuxt.md +++ b/docs/guides/nuxt.md @@ -26,7 +26,7 @@ to the configuration. ```js { - modules: [ + buildModules: [ // if you are using nuxt < 2.9.0, use modules property instead. 'nuxt-purgecss', ],