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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-04-23 10:11:09 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-04-23 10:11:09 +0300
commitf6975cf833bfca958223724e81bda04166a4efeb (patch)
tree28a4237eb64a793ebc9516a0915c496b2d1b3a42 /Makefile
parent0c422003555e177471374c8dd9d079e4c9babb7d (diff)
Don't bundle webpack config
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index df836472..fb827547 100644
--- a/Makefile
+++ b/Makefile
@@ -149,6 +149,7 @@ appstore: clean build-svg-sprite build-js-production
--exclude=/svg-sprite-bw.tmpl \
--exclude=/svg-sprite-color.json \
--exclude=/svg-sprite-color.tmpl \
+ --exclude=/webpack.js \
--exclude=/webpack.common.js \
--exclude=/webpack.prod.js \
--exclude=/webpack.dev.js \