Skip to content
Snippets Groups Projects
Commit ad097512 authored by Mike Greiling's avatar Mike Greiling
Browse files

fix deprecation warning present during webpack compiles

parent 7712e34a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -171,7 +171,7 @@ var config = {
if (chunk.name) {
return chunk.name;
}
return chunk.modules.map((m) => {
return chunk.mapModules((m) => {
var chunkPath = m.request.split('!').pop();
return path.relative(m.context, chunkPath);
}).join('_');
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment