From b10a1a721200b76518ac203371dcea45642ef756 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 (cherry picked from commit 2089fbaf82c748fc5d64491635e9929c262f3b85) --- webpack.modules.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webpack.modules.js b/webpack.modules.js index b23f14c3a71..72509887a5f 100644 --- a/webpack.modules.js +++ b/webpack.modules.js @@ -54,6 +54,9 @@ module.exports = { 'personal-settings': path.join(__dirname, 'apps/files/src', 'main-personal-settings.js'), 'reference-files': path.join(__dirname, 'apps/files/src', 'reference-files.js'), }, + 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