From 5662aa22f7c1a6e8b4288d92861f9b2e1bdbb387 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 11 May 2017 13:41:27 +0430 Subject: [PATCH] add `modules` key to nuxt config --- lib/nuxt.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nuxt.js b/lib/nuxt.js index 798941a0de..ba164e9389 100644 --- a/lib/nuxt.js +++ b/lib/nuxt.js @@ -21,6 +21,7 @@ class Nuxt { head: {}, plugins: [], css: [], + modules: [], cache: false, loading: { color: 'black',