Commit 6bbb8efa authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch 'remove-require-context-protected-branches-bundle' into 'master'

Remove require.context from protected_branches_bundle

See merge request !9493
parents 679a742f 1adc59ac
// require everything else in this directory
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('.', false, /^\.\/(?!protected_branches_bundle).*\.(js|es6)$/));
require('./protected_branch_access_dropdown');
require('./protected_branch_create');
require('./protected_branch_dropdown');
require('./protected_branch_edit');
require('./protected_branch_edit_list');
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment