Skip to content

Production JS builds: use small source maps

username-removed-1095970 requested to merge jroitgrund/gitlab-ce:patch-12 into master

What does this MR do?

Makes webpack use 'cheap-module-source-map' instead of 'source-map' for production builds. This results in a much smaller bundle.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

To reduce bundle size.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports