Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-07-14 14:52:53 +0300
committerJulius Härtl <jus@bitgrid.net>2020-07-14 14:52:53 +0300
commit506f1784fc6d72ef30cdedbdce86206e29f90221 (patch)
treea035bd17a431b110b9f3d1964c290e3980c6391f /webpack.prod.js
parent7b82895982f9fcac8aa04fa9d650bd1113f638c2 (diff)
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,
}),
],
},