From a337ad60bc2ebd9eeaa06944cc36b9f87a8b2f32 Mon Sep 17 00:00:00 2001 From: Kirill Klimenko Date: Mon, 22 Jan 2024 18:30:16 +0100 Subject: [PATCH] Clean up output in next.config.js --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 89d9879905..c8095e7756 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,5 @@ /** @type {import('next').NextConfig} */ module.exports = { - output: undefined, webpack(config) { config.resolve.fallback = { fs: false,