Skip to content

Commit

Permalink
Produce source maps for production builds (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
micorix authored May 20, 2023
1 parent 3a7fa86 commit a47dd8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const customNextConfig = {
disableServerWebpackPlugin: true,
disableClientWebpackPlugin: true,
},
productionBrowserSourceMaps: true,
i18n,
eslint: {
// Warning: This allows production builds to successfully complete even if
Expand Down

0 comments on commit a47dd8b

Please sign in to comment.