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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-18 12:58:15 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-18 14:14:09 +0300
commit690c54d2dba8d8db841c9cd4d4870b05c8ed14eb (patch)
treee89e41fa5188b03e125b90326d232a87445be3b5 /webpack.common.js
parent1fc32b8f2901aa4f4d41650df8449ea1d64b4dfb (diff)
Move commands settings to src/
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 74a66ced8..b890bee7d 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -5,6 +5,7 @@ const StyleLintPlugin = require('stylelint-webpack-plugin')
module.exports = {
entry: {
'admin/allowed-groups': path.join(__dirname, 'src', 'AllowedGroupsSettings.js'),
+ "admin/commands": path.join(__dirname, 'src', 'CommandsSettings.js'),
'talk': path.join(__dirname, 'src', 'main.js')
},
output: {