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, + }, +};