diff --git a/frontend/next.config.js b/frontend/next.config.js index 546c5a13d..8aed11b9c 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -90,7 +90,8 @@ const rawNextConfig = { swcMinify: false, //Otherwise emoji picker is minified incorrectly experimental: { outputFileTracingRoot: path.join(__dirname, '../') - } + }, + productionBrowserSourceMaps: true } const completeNextConfig = withBundleAnalyzer(rawNextConfig)