Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1d30a480
Commit
1d30a480
authored
Feb 23, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
separate EE-specific stuff in webpack.config.js
parent
a7ab6077
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
config/webpack.config.js
config/webpack.config.js
+18
-17
No files found.
config/webpack.config.js
View file @
1d30a480
...
...
@@ -54,11 +54,9 @@ var config = {
},
context
:
path
.
join
(
ROOT_PATH
,
'
app/assets/javascripts
'
),
entry
:
{
add_gitlab_slack_application
:
'
./add_gitlab_slack_application/index.js
'
,
balsamiq_viewer
:
'
./blob/balsamiq_viewer.js
'
,
blob
:
'
./blob_edit/blob_bundle.js
'
,
boards
:
'
./boards/boards_bundle.js
'
,
burndown_chart
:
'
./burndown_chart/index.js
'
,
common
:
'
./commons/index.js
'
,
common_vue
:
'
./vue_shared/vue_resource_interceptor.js
'
,
cycle_analytics
:
'
./cycle_analytics/cycle_analytics_bundle.js
'
,
...
...
@@ -67,18 +65,11 @@ var config = {
diff_notes
:
'
./diff_notes/diff_notes_bundle.js
'
,
environments
:
'
./environments/environments_bundle.js
'
,
environments_folder
:
'
./environments/folder/environments_folder_bundle.js
'
,
epic_show
:
'
ee/epics/epic_show/epic_show_bundle.js
'
,
new_epic
:
'
ee/epics/new_epic/new_epic_bundle.js
'
,
filtered_search
:
'
./filtered_search/filtered_search_bundle.js
'
,
geo_nodes
:
'
ee/geo_nodes
'
,
help
:
'
./help/help.js
'
,
issuable
:
'
./issuable/issuable_bundle.js
'
,
issues
:
'
./issues/issues_bundle.js
'
,
ldap_group_links
:
'
./groups/ldap_group_links.js
'
,
locale
:
'
./locale/index.js
'
,
main
:
'
./main.js
'
,
merge_conflicts
:
'
./merge_conflicts/merge_conflicts_bundle.js
'
,
mirrors
:
'
./mirrors
'
,
monitoring
:
'
./monitoring/monitoring_bundle.js
'
,
network
:
'
./network/network_bundle.js
'
,
notebook_viewer
:
'
./blob/notebook_viewer.js
'
,
...
...
@@ -88,16 +79,10 @@ var config = {
profile
:
'
./profile/profile_bundle.js
'
,
project_import_gl
:
'
./projects/project_import_gitlab_project.js
'
,
protected_branches
:
'
./protected_branches
'
,
ee_protected_branches
:
'
ee/protected_branches
'
,
protected_tags
:
'
./protected_tags
'
,
ee_protected_tags
:
'
ee/protected_tags
'
,
service_desk
:
'
./projects/settings_service_desk/service_desk_bundle.js
'
,
service_desk_issues
:
'
./service_desk_issues/index.js
'
,
registry_list
:
'
./registry/index.js
'
,
roadmap
:
'
ee/roadmap
'
,
ide
:
'
./ide/index.js
'
,
sidebar
:
'
./sidebar/sidebar_bundle.js
'
,
ee_sidebar
:
'
ee/sidebar/sidebar_bundle.js
'
,
snippet
:
'
./snippet/snippet_bundle.js
'
,
sketch_viewer
:
'
./blob/sketch_viewer.js
'
,
stl_viewer
:
'
./blob/stl_viewer.js
'
,
...
...
@@ -109,6 +94,23 @@ var config = {
test
:
'
./test.js
'
,
two_factor_auth
:
'
./two_factor_auth.js
'
,
webpack_runtime
:
'
./webpack.js
'
,
// EE-only
add_gitlab_slack_application
:
'
./add_gitlab_slack_application/index.js
'
,
burndown_chart
:
'
./burndown_chart/index.js
'
,
epic_show
:
'
ee/epics/epic_show/epic_show_bundle.js
'
,
new_epic
:
'
ee/epics/new_epic/new_epic_bundle.js
'
,
geo_nodes
:
'
ee/geo_nodes
'
,
issuable
:
'
./issuable/issuable_bundle.js
'
,
issues
:
'
./issues/issues_bundle.js
'
,
ldap_group_links
:
'
./groups/ldap_group_links.js
'
,
mirrors
:
'
./mirrors
'
,
ee_protected_branches
:
'
ee/protected_branches
'
,
ee_protected_tags
:
'
ee/protected_tags
'
,
service_desk
:
'
./projects/settings_service_desk/service_desk_bundle.js
'
,
service_desk_issues
:
'
./service_desk_issues/index.js
'
,
roadmap
:
'
ee/roadmap
'
,
ee_sidebar
:
'
ee/sidebar/sidebar_bundle.js
'
,
},
output
:
{
...
...
@@ -270,7 +272,6 @@ var config = {
'
environments_folder
'
,
'
filtered_search
'
,
'
groups
'
,
'
issuable
'
,
'
merge_conflicts
'
,
'
monitoring
'
,
'
notebook_viewer
'
,
...
...
@@ -281,7 +282,6 @@ var config = {
'
ide
'
,
'
schedule_form
'
,
'
schedules_index
'
,
'
service_desk
'
,
'
sidebar
'
,
'
vue_merge_request_widget
'
,
],
...
...
@@ -330,6 +330,7 @@ var config = {
'
vendor
'
:
path
.
join
(
ROOT_PATH
,
'
vendor/assets/javascripts
'
),
'
vue$
'
:
'
vue/dist/vue.esm.js
'
,
// EE-only
'
ee
'
:
path
.
join
(
ROOT_PATH
,
'
ee/app/assets/javascripts
'
),
'
ee_empty_states
'
:
path
.
join
(
ROOT_PATH
,
'
ee/app/views/shared/empty_states
'
),
'
ee_icons
'
:
path
.
join
(
ROOT_PATH
,
'
ee/app/views/shared/icons
'
),
...
...
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