Skip to content

Properly name webpack chunks for dynamic imports

Mike Greiling requested to merge fix-webpack-chunk-naming into master

Currently if multiple webpack chunks have an entry point with the same filename, they will end up with identical chunk names, leading to collisions. This MR fixes this for chunks generated within /app/assets/javascripts/pages/*.

/cc @jschatz1

related to gitlab-org/gitlab-ce#41341

Merge request reports