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
c0a1dc4f
Commit
c0a1dc4f
authored
May 10, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ensure schedule_form and schedules_index both utilize common_vue bundle
parent
cb13c6b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
config/webpack.config.js
config/webpack.config.js
+4
-3
No files found.
config/webpack.config.js
View file @
c0a1dc4f
...
...
@@ -141,14 +141,15 @@ var config = {
'
environments
'
,
'
environments_folder
'
,
'
filtered_search
'
,
'
sidebar
'
,
'
issue_show
'
,
'
merge_conflicts
'
,
'
notebook_viewer
'
,
'
pdf_viewer
'
,
'
pipelines
'
,
'
mr_widget_ee
'
,
'
issue_show
'
'
pipelines_graph
'
,
'
schedule_form
'
,
'
schedules_index
'
,
'
sidebar
'
,
],
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