From 98f4f1bc76e62228f49ad7d0b918562c72bcf396 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Fri, 15 Jan 2021 22:36:48 +0200 Subject: [PATCH] Remove experimental flag already supported in stable --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 5498d9f..bd275c8 100644 --- a/next.config.js +++ b/next.config.js @@ -2,9 +2,6 @@ const FaviconsWebpackPlugin = require("favicons-webpack-plugin"); module.exports = { target: "server", - experimental: { - jsconfigPaths: true - }, webpack: (config) => { config.plugins.push( new FaviconsWebpackPlugin({