diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-07-14 13:52:53 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-07-14 13:52:53 +0200 |
commit | 506f1784fc6d72ef30cdedbdce86206e29f90221 (patch) | |
tree | a035bd17a431b110b9f3d1964c290e3980c6391f /webpack.prod.js | |
parent | 7b82895982f9fcac8aa04fa9d650bd1113f638c2 (diff) | |
download | nextcloud-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.js | 1 |
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, }), ], }, |