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
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-06-06 17:02:29 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-06-06 17:02:29 +0300
commitbd951384142f3f5ec71bd78a23aae917f151b47f (patch)
tree52bd646fd01693d4c7e0e917612f48b4f721a02c /config/webpack.config.js
parentd8403ec18f771c28eb566dc3ce6dc08bffd2db22 (diff)
Remove non existent bundle
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index d02143ac9ad..55f6e0a704b 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -40,7 +40,6 @@ var config = {
graphs: './graphs/graphs_bundle.js',
group: './group.js',
groups: './groups/index.js',
- issuable: './issuable/issuable_bundle.js',
issue_show: './issue_show/index.js',
locale: './locale/index.js',
main: './main.js',