From f95fbcc38b319c9e4d7e499a5574516e2188b97f Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 8 Jan 2023 20:41:46 -0800 Subject: [PATCH] Enable source maps in production --- web/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/next.config.js b/web/next.config.js index d156e1550..c08b2ad4c 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -5,6 +5,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ module.exports = withBundleAnalyzer( withLess({ + productionBrowserSourceMaps: true, trailingSlash: true, reactStrictMode: true, images: {