BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
132452a6
Commit
132452a6
authored
Feb 23, 2018
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'reduce-webpack-merge-conflicts' into 'master'
Reduce webpack merge conflicts See merge request gitlab-org/gitlab-ce!17328
parents
565e4ee5
f5b8417f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
webpack.config.js
config/webpack.config.js
+10
-8
No files found.
config/webpack.config.js
View file @
132452a6
...
...
@@ -53,8 +53,6 @@ var config = {
balsamiq_viewer
:
'./blob/balsamiq_viewer.js'
,
blob
:
'./blob_edit/blob_bundle.js'
,
boards
:
'./boards/boards_bundle.js'
,
common
:
'./commons/index.js'
,
common_vue
:
'./vue_shared/vue_resource_interceptor.js'
,
cycle_analytics
:
'./cycle_analytics/cycle_analytics_bundle.js'
,
commit_pipelines
:
'./commit/pipelines/pipelines_bundle.js'
,
deploy_keys
:
'./deploy_keys/index.js'
,
...
...
@@ -63,8 +61,6 @@ var config = {
environments_folder
:
'./environments/folder/environments_folder_bundle.js'
,
filtered_search
:
'./filtered_search/filtered_search_bundle.js'
,
help
:
'./help/help.js'
,
locale
:
'./locale/index.js'
,
main
:
'./main.js'
,
merge_conflicts
:
'./merge_conflicts/merge_conflicts_bundle.js'
,
monitoring
:
'./monitoring/monitoring_bundle.js'
,
network
:
'./network/network_bundle.js'
,
...
...
@@ -77,18 +73,24 @@ var config = {
protected_branches
:
'./protected_branches'
,
protected_tags
:
'./protected_tags'
,
registry_list
:
'./registry/index.js'
,
ide
:
'./ide/index.js'
,
sidebar
:
'./sidebar/sidebar_bundle.js'
,
snippet
:
'./snippet/snippet_bundle.js'
,
sketch_viewer
:
'./blob/sketch_viewer.js'
,
stl_viewer
:
'./blob/stl_viewer.js'
,
terminal
:
'./terminal/terminal_bundle.js'
,
u2f
:
[
'vendor/u2f'
],
ui_development_kit
:
'./ui_development_kit.js'
,
raven
:
'./raven/index.js'
,
vue_merge_request_widget
:
'./vue_merge_request_widget/index.js'
,
test
:
'./test.js'
,
two_factor_auth
:
'./two_factor_auth.js'
,
common
:
'./commons/index.js'
,
common_vue
:
'./vue_shared/vue_resource_interceptor.js'
,
locale
:
'./locale/index.js'
,
main
:
'./main.js'
,
ide
:
'./ide/index.js'
,
raven
:
'./raven/index.js'
,
test
:
'./test.js'
,
u2f
:
[
'vendor/u2f'
],
webpack_runtime
:
'./webpack.js'
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment