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

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-29 12:49:34 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-29 12:49:34 +0300
commitee7fd7148c9b0fb40e91640057dfe42238faf094 (patch)
tree05baa8875225ce0fb254cfe4220f198e411b9ecc /webpack.config.js
parent8322441915a9baa85d99b663714ba65ba414f782 (diff)
Make checkboxes clickable
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 1194c8f..1d627bc 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -21,7 +21,7 @@ module.exports = {
filename: "styles.css",
allChunks: true
}),
- new UglifyJSPlugin()
+ new UglifyJSPlugin({sourceMap: true})
],
module: {
loaders: [