From 31d3ff1b2b9b8f438fcb0f99a4aed0bddc741785 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 16 Sep 2020 00:13:56 -0500 Subject: [PATCH] Fix fs --- nuxt.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index b5635a8..e9c826f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -60,6 +60,11 @@ module.exports = { loader: 'eslint-loader', exclude: /(node_modules)/ }) + + config.node = { + fs: "empty" + } + } } }