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
4e08b85a
Commit
4e08b85a
authored
May 08, 2017
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve config/webpack.config.js
parent
026a5d73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
config/webpack.config.js
config/webpack.config.js
+0
-7
No files found.
config/webpack.config.js
View file @
4e08b85a
...
...
@@ -39,10 +39,7 @@ var config = {
graphs
:
'
./graphs/graphs_bundle.js
'
,
group
:
'
./group.js
'
,
groups_list
:
'
./groups_list.js
'
,
<<<<<<<
HEAD
issues
:
'
./issues/issues_bundle.js
'
,
=======
>>>>>>>
6
ce1df41e175c7d62ca760b1e66cf1bf86150284
issue_show
:
'
./issue_show/index.js
'
,
locale
:
'
./locale/index.js
'
,
main
:
'
./main.js
'
,
...
...
@@ -150,12 +147,8 @@ var config = {
'
notebook_viewer
'
,
'
pdf_viewer
'
,
'
pipelines
'
,
<<<<<<<
HEAD
'
mr_widget_ee
'
,
'
issue_show
'
=======
'
balsamiq_viewer
'
,
>>>>>>>
6
ce1df41e175c7d62ca760b1e66cf1bf86150284
],
minChunks
:
function
(
module
,
count
)
{
return
module
.
resource
&&
(
/vue_shared/
).
test
(
module
.
resource
);
...
...
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