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:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-03-24 04:17:28 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-03-24 04:17:28 +0300
commit1b7eddd83f48ed9d5929ed1296d5e7df4c464444 (patch)
tree9aaead181dbfff1908d640e13b2b9f7e07356329 /config
parent453d755ae4c83cbdd0a6542aca7028f4e1521679 (diff)
parentfaf7865c269044ea49f64858f60a8bd33a715727 (diff)
Merge branch 'refactor-templates-js' into 'master'
Refactor template selector JavaScript See merge request !9792
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 3cf94b9b435..0859c8416c8 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -21,7 +21,7 @@ var config = {
common_vue: ['vue', './vue_shared/common_vue.js'],
common_d3: ['d3'],
main: './main.js',
- blob_edit: './blob_edit/blob_edit_bundle.js',
+ blob: './blob_edit/blob_bundle.js',
boards: './boards/boards_bundle.js',
simulate_drag: './test_utils/simulate_drag.js',
cycle_analytics: './cycle_analytics/cycle_analytics_bundle.js',