From: Julius Härtl Date: Tue, 14 Jul 2020 11:52:53 +0000 (+0200) Subject: Build source maps on production build again X-Git-Tag: v20.0.0beta1~251^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=506f1784fc6d72ef30cdedbdce86206e29f90221;p=nextcloud-server.git Build source maps on production build again Signed-off-by: Julius Härtl --- 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, }), ], },