From 0962b38461407ed0a8912b84a33284a470863d32 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Mon, 12 Jul 2021 13:45:03 +0200 Subject: [PATCH] move webpack 5 flag to root level --- packages/dashboard/next.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/dashboard/next.config.js b/packages/dashboard/next.config.js index 7310320f..d62def0f 100644 --- a/packages/dashboard/next.config.js +++ b/packages/dashboard/next.config.js @@ -1,5 +1,3 @@ module.exports = { - future: { - webpack5: true, - }, + webpack5: true, };