Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Include sourcemaps in production (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster authored Sep 11, 2021
1 parent 7d1bfbb commit 93ee977
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 @@ -16,6 +16,7 @@ module.exports = {
ignoreBuildErrors: true,
},
basePath: `/viz`,
productionBrowserSourceMaps: true,
/**
* These rewrites are never used in production - only in development
*/
Expand Down

0 comments on commit 93ee977

Please sign in to comment.