feat(files_reminders): add webpack module

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 2089fbaf82)
This commit is contained in:
Christopher Ng 2023-08-02 19:15:01 -07:00 committed by Andy Scherzinger
parent 1af7287490
commit b10a1a7212

View file

@ -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'),