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" + } + } } }