From b598d846bbda9f13f575d11ba78ddccb4ec35618 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 10 May 2020 12:36:40 +0530 Subject: [PATCH] :zap: dotenv --- nuxt.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 1f36720df..bd892d9f4 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -297,7 +297,11 @@ export default { /* ** You can extend webpack config here */ - extend(config, ctx) {}, + extend(config, ctx) { + config.node = { + fs: "empty", + } + }, }, /* ** Generate configuration