From: Christopher Ng Date: Thu, 3 Aug 2023 02:15:01 +0000 (-0700) Subject: feat(files_reminders): add webpack module X-Git-Tag: v28.0.0beta1~576^2~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2089fbaf82c748fc5d64491635e9929c262f3b85;p=nextcloud-server.git feat(files_reminders): add webpack module Signed-off-by: Christopher Ng --- diff --git a/webpack.modules.js b/webpack.modules.js index 31c12f09fb2..d70817884a3 100644 --- a/webpack.modules.js +++ b/webpack.modules.js @@ -57,6 +57,9 @@ module.exports = { files_external: { main: path.join(__dirname, 'apps/files_external/src', 'main.ts'), }, + files_reminders: { + main: path.join(__dirname, 'apps/files_reminders/src', 'main.ts'), + }, files_sharing: { additionalScripts: path.join(__dirname, 'apps/files_sharing/src', 'additionalScripts.js'), collaboration: path.join(__dirname, 'apps/files_sharing/src', 'collaborationresourceshandler.js'),