From e8fe00003b326867de480d919fdfe78ced9e7857 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 14 Mar 2019 14:42:42 +0100 Subject: Dispatch event to allow apps to load their script for collections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_sharing/webpack.js | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_sharing/webpack.js') diff --git a/apps/files_sharing/webpack.js b/apps/files_sharing/webpack.js index 4b641329ec6..fb82797d804 100644 --- a/apps/files_sharing/webpack.js +++ b/apps/files_sharing/webpack.js @@ -5,6 +5,7 @@ module.exports = { entry: { 'additionalScripts': path.join(__dirname, 'src', 'additionalScripts.js'), 'files_sharing': path.join(__dirname, 'src', 'files_sharing.js'), + 'collaboration': path.join(__dirname, 'src', 'collaborationresourceshandler.js'), }, output: { path: path.resolve(__dirname, './js/dist/'), -- cgit v1.2.3