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 'webpack.common.js')
-rw-r--r--webpack.common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.common.js b/webpack.common.js
index de0aeaacfc8..9d800139aff 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -37,7 +37,7 @@ const modules = {
weather_status,
twofactor_backupscodes,
updatenotification,
- workflowengine
+ workflowengine,
}
const modulesToBuild = () => {
@@ -46,7 +46,7 @@ const modulesToBuild = () => {
if (!modules[MODULE]) {
throw new Error(`No module "${MODULE}" found`)
}
- return [ modules[MODULE] ]
+ return [modules[MODULE]]
}
return Object.values(modules)
}