From a3fc78e9fd831e77d253b1ec1737d4b9fe5d030d Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 2 Apr 2021 16:20:43 +0200 Subject: [PATCH] webpack 5 --- packages/dashboard/next.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/dashboard/next.config.js diff --git a/packages/dashboard/next.config.js b/packages/dashboard/next.config.js new file mode 100644 index 00000000..7310320f --- /dev/null +++ b/packages/dashboard/next.config.js @@ -0,0 +1,5 @@ +module.exports = { + future: { + webpack5: true, + }, +};