Skip to content

Drop enforcing async import of ee_components

What does this MR do and why?

Remove the enforcement for async imports of ee_component alias from the FE guide docs.

We already have examples of sync imports in CE codebase (e.g. merge_request.vue), and FOSS (and relevant pipelines) seem to work just fine with that import.

We don't enforce async imports on the ee_else_ce and similar aliases, and they are defined in pretty-much the same way in the webpack.config.js.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

n/a

How to set up and validate locally

n/a

Edited by Kos Palchyk

Merge request reports

Loading