From 2089fbaf82c748fc5d64491635e9929c262f3b85 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 2 Aug 2023 19:15:01 -0700 Subject: [PATCH] feat(files_reminders): add webpack module Signed-off-by: Christopher Ng --- webpack.modules.js | 3 +++ 1 file changed, 3 insertions(+) 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'), -- 2.39.5