summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/files_sharing.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-31 09:40:53 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-31 11:00:33 +0200
commit3a31397ac29f71db5313ea0e819a1362a019b5cc (patch)
treec14a1b88ccf1c4a7c57b752314ceec9c0e38b183 /apps/files_sharing/src/files_sharing.js
parenta384b4a97a2a4444d8e2c831765dbf35c8da0db2 (diff)
downloadnextcloud-server-3a31397ac29f71db5313ea0e819a1362a019b5cc.tar.gz
nextcloud-server-3a31397ac29f71db5313ea0e819a1362a019b5cc.zip
Use `babel-loader-exclude-node-modules-except`
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/src/files_sharing.js')
-rw-r--r--apps/files_sharing/src/files_sharing.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/files_sharing.js b/apps/files_sharing/src/files_sharing.js
index c521bb11414..645fd9ace85 100644
--- a/apps/files_sharing/src/files_sharing.js
+++ b/apps/files_sharing/src/files_sharing.js
@@ -3,5 +3,6 @@ import '../js/sharedfilelist'
// eslint-disable-next-line camelcase
__webpack_nonce__ = btoa(OC.requestToken)
+
// eslint-disable-next-line camelcase
__webpack_public_path__ = OC.linkTo('files_sharing', 'js/dist/')