diff --git a/next.config.js b/next.config.js index 20e037d..3d646cf 100644 --- a/next.config.js +++ b/next.config.js @@ -9,9 +9,6 @@ module.exports = () => { return withBundleAnalyzer({ enabled: process.env.ANALYZE === 'true' })({ - // ? https://nextjs.org/docs/messages/future-webpack5-moved-to-webpack5 - webpack5: true, - // ? Renames the build dir "build" instead of ".next" distDir: 'build',