From 506f1784fc6d72ef30cdedbdce86206e29f90221 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Tue, 14 Jul 2020 13:52:53 +0200 Subject: [PATCH] Build source maps on production build again MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- webpack.prod.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.prod.js b/webpack.prod.js index a24e6a2af64..02f21f80ced 100644 --- a/webpack.prod.js +++ b/webpack.prod.js @@ -16,6 +16,7 @@ module.exports = common.map( keep_quoted_props: true, }, }, + sourceMap: true, }), ], }, -- 2.39.5