Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-02-04 14:02:29 +0300
committerChristopher Ng <chrng8@gmail.com>2022-02-04 21:38:59 +0300
commit5e8ef3c25b75bbedc4d8f97de6325081c5241727 (patch)
tree16d70a272524768daac269c7c6979396c44aac0e /webpack.modules.js
parent50f51b1782ba0fb2c41d6ad232714298d68df2d8 (diff)
Compile missing profile JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.modules.js')
-rw-r--r--webpack.modules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.modules.js b/webpack.modules.js
index 9fdef9d570b..409976deb3b 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -38,6 +38,7 @@ module.exports = {
login: path.join(__dirname, 'core/src', 'login.js'),
main: path.join(__dirname, 'core/src', 'main.js'),
maintenance: path.join(__dirname, 'core/src', 'maintenance.js'),
+ profile: path.join(__dirname, 'core/src', 'profile.js'),
recommendedapps: path.join(__dirname, 'core/src', 'recommendedapps.js'),
'unified-search': path.join(__dirname, 'core/src', 'unified-search.js'),
systemtags: path.resolve(__dirname, 'core/src', 'systemtags/merged-systemtags.js'),