Skip to content
Snippets Groups Projects
Commit 5b3d143a authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Merge branch 'remove-require-context-filtered-search-bundle' into 'master'

Remove require.context from filtered_search_bundle

See merge request !9460
parents 3651689e e6c58aff
No related branches found
No related tags found
No related merge requests found
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('./', true, /^\.\/(?!filtered_search_bundle).*\.(js|es6)$/));
require('./dropdown_hint');
require('./dropdown_non_user');
require('./dropdown_user');
require('./dropdown_utils');
require('./filtered_search_dropdown_manager');
require('./filtered_search_dropdown');
require('./filtered_search_manager');
require('./filtered_search_token_keys');
require('./filtered_search_tokenizer');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment