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 <213943+nickvergessen@users.noreply.github.com>2022-02-07 10:23:52 +0300
committerGitHub <noreply@github.com>2022-02-07 10:23:52 +0300
commit26df2c596b4851624afa1ef7534a3a1fbb89dfcf (patch)
tree4aeee9309a4272493777719565ca169781c53291 /webpack.modules.js
parentce1d7ff161f90858bcbf5ed6d97e12399916f41f (diff)
parent5e8ef3c25b75bbedc4d8f97de6325081c5241727 (diff)
Merge pull request #31009 from nextcloud/bugfix/noid/fix-missing-profile-js
Compile missing profile JS
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 cfa2ec31914..ef3ba64bc55 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'),