From ef93a9e16066aaa378ded61bb12ae995a9eab68e Mon Sep 17 00:00:00 2001
From: Chris Beer <cabeer@stanford.edu>
Date: Sat, 20 Jun 2020 16:09:48 -0700
Subject: [PATCH] Add source maps to the production build

Fixes #2960
---
 webpack.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/webpack.config.js b/webpack.config.js
index 5cb24562c..c5506232e 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -30,6 +30,7 @@ const baseConfig = mode => ({
     minimizer: [
       new TerserPlugin({
         extractComments: true,
+        sourceMap: true,
       }),
     ],
   },
-- 
GitLab