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:
Diffstat (limited to 'core/webpack.js')
-rw-r--r--core/webpack.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/webpack.js b/core/webpack.js
index 9c501ede414..7cac738db53 100644
--- a/core/webpack.js
+++ b/core/webpack.js
@@ -35,6 +35,7 @@ module.exports = [
install: path.join(__dirname, 'src/install.js'),
login: path.join(__dirname, 'src/login.js'),
main: path.join(__dirname, 'src/main.js'),
+ profile: path.join(__dirname, 'src/profile.js'),
maintenance: path.join(__dirname, 'src/maintenance.js'),
recommendedapps: path.join(__dirname, 'src/recommendedapps.js'),
'unified-search': path.join(__dirname, 'src/unified-search.js'),