Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
1b213e8e53a8
Commit
bc3b0692
authored
Mar 01, 2018
by
Clement Ho
Committed by
Mike Greiling
Mar 01, 2018
Browse files
Remove unnecessary chunks from common_vue
parent
4c33fd02cba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/webpack.config.js
View file @
1b213e8e
...
...
@@ -224,23 +224,12 @@ const config = {
new
webpack
.
optimize
.
CommonsChunkPlugin
({
name
:
'
common_vue
'
,
chunks
:
[
'
boards
'
,
'
deploy_keys
'
,
'
environments
'
,
'
filtered_search
'
,
'
groups
'
,
'
monitoring
'
,
'
mr_notes
'
,
'
notebook_viewer
'
,
'
pdf_viewer
'
,
'
pipelines
'
,
'
pipelines_details
'
,
'
registry_list
'
,
'
ide
'
,
'
schedule_form
'
,
'
schedules_index
'
,
'
sidebar
'
,
'
vue_merge_request_widget
'
,
],
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