Skip to content

Commit

Permalink
build(next): next v12.x compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jul 29, 2022
1 parent 4945ce8 commit c35d427
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit c35d427

Please sign in to comment.