Skip to content

Remove require.context from snippet_bundle

Mike Greiling requested to merge remove-require-context-snippet-bundle into master

What does this MR do?

Removes use of require.context in snippet_bundle. No idea why there was ever a requireAll statement here in the first place as it is just a single file directory in both CE and EE... 😕

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

All builds should pass

Why was this MR needed?

See #28454 (closed)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

See #28454 (closed)

Merge request reports