From 97d60d95553804f7a37d6b47542cbe60c4030886 Mon Sep 17 00:00:00 2001 From: "Mazzella, Jesse D. (ARC-TI)[KBR Wyle Services, LLC]" Date: Wed, 31 Jan 2024 13:15:06 -0800 Subject: [PATCH] activate sourcemaps --- .webpack/webpack.prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.webpack/webpack.prod.js b/.webpack/webpack.prod.js index 9224625a12..5e3ffd813a 100644 --- a/.webpack/webpack.prod.js +++ b/.webpack/webpack.prod.js @@ -15,5 +15,5 @@ export default merge(common, { __OPENMCT_ROOT_RELATIVE__: '""' }) ], - devtool: 'source-map' + devtool: 'eval-source-map' });