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$/,