Skip to content

Make webpack fail for missing exports

Inactive Account requested to merge winh-fail-missing-export into master

What does this MR do?

Enable strictExportPresence in Webpack to fail compilation for missing exports.

Why was this MR needed?

Previously missing exports only triggered a warning so they could land in master unnoticed.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/41248

Edited by Inactive Account

Merge request reports