summaryrefslogtreecommitdiffstats
path: root/webpack.prod.js
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-07-14 13:52:53 +0200
committerJulius Härtl <jus@bitgrid.net>2020-07-14 13:52:53 +0200
commit506f1784fc6d72ef30cdedbdce86206e29f90221 (patch)
treea035bd17a431b110b9f3d1964c290e3980c6391f /webpack.prod.js
parent7b82895982f9fcac8aa04fa9d650bd1113f638c2 (diff)
downloadnextcloud-server-506f1784fc6d72ef30cdedbdce86206e29f90221.tar.gz
nextcloud-server-506f1784fc6d72ef30cdedbdce86206e29f90221.zip
Build source maps on production build again
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'webpack.prod.js')
-rw-r--r--webpack.prod.js1
1 files changed, 1 insertions, 0 deletions
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,
}),
],
},