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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-30 17:39:31 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-05 21:03:44 +0300
commiteebcf890917ca17f9e3bd00a792b89f841c824da (patch)
tree46d2767efaa1554629ef3fffce7e13f22675ce49 /core/webpack.js
parent5c0ad24a6830189a36b5538ee02738a57e067637 (diff)
Cleanup sharing leftovers
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/webpack.js')
-rw-r--r--core/webpack.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/webpack.js b/core/webpack.js
index b421e12a567..9404c354ebb 100644
--- a/core/webpack.js
+++ b/core/webpack.js
@@ -31,7 +31,6 @@ module.exports = [
},
{
entry: {
- share_backend: path.resolve(__dirname, 'js/merged-share-backend.js'),
systemtags: path.resolve(__dirname, 'js/systemtags/merged-systemtags.js')
},
output: {