Skip to content

Commit

Permalink
Client: add production source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbours committed May 16, 2024
1 parent eed3af2 commit d816319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const nextConfig = {
return config;
},
reactStrictMode: true,
productionBrowserSourceMaps: true,
env: {
APP_VERSION: version,
},
Expand Down

0 comments on commit d816319

Please sign in to comment.