From 2504eba8863692d9cb04656175b12dc86646b398 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 11 Jan 2022 10:32:36 +0000 Subject: [PATCH] merge fix --- next.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/next.config.js b/next.config.js index 7cd78adad..2e373516f 100644 --- a/next.config.js +++ b/next.config.js @@ -4,11 +4,6 @@ module.exports = (phase, { defaultConfig }) => { */ const nextConfig = { webpack: (config, options) => { - config.plugins.push( - new options.webpack.IgnorePlugin({ - resourceRegExp: /^electron$/ - }) - ) config.module.rules.push( { test: /\.svg$/,