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
868c5c5ea06f
Commit
ad097512
authored
Aug 21, 2017
by
Mike Greiling
Browse files
fix deprecation warning present during webpack compiles
parent
9a462471bb10
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/webpack.config.js
View file @
868c5c5e
...
...
@@ -171,7 +171,7 @@ var config = {
if
(
chunk
.
name
)
{
return
chunk
.
name
;
}
return
chunk
.
modules
.
map
((
m
)
=>
{
return
chunk
.
m
apM
odules
((
m
)
=>
{
var
chunkPath
=
m
.
request
.
split
(
'
!
'
).
pop
();
return
path
.
relative
(
m
.
context
,
chunkPath
);
}).
join
(
'
_
'
);
...
...
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