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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-23 13:02:43 +0300
committerPhil Hughes <me@iamphill.com>2018-01-23 13:02:43 +0300
commitbba9e7275cd50825d8c1fe44dc9fff6fa448b7f2 (patch)
tree55abfc58b35d6809d57af1ec440a90127eb0b055 /config
parentd2564dbcab5b716e3c327c5697204815c61795c0 (diff)
Added dispatcher imports for groups webpack bundle
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 229db11acb2..dd17784f1bd 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -44,9 +44,6 @@ var config = {
graphs: './graphs/graphs_bundle.js',
graphs_charts: './graphs/graphs_charts.js',
graphs_show: './graphs/graphs_show.js',
- group: './group.js',
- groups: './groups/index.js',
- groups_list: './groups_list.js',
help: './help/help.js',
how_to_merge: './how_to_merge.js',
issue_show: './issue_show/index.js',
@@ -119,9 +116,9 @@ var config = {
{
test: /\_worker\.js$/,
use: [
- {
+ {
loader: 'worker-loader',
- options: {
+ options: {
inline: true
}
},