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

Merge branch 'remove-require-context-graphs-bundle' into 'master'

Remove require.context from graphs_bundle

See merge request !9459
parents ca9d303d 87b19b8c
No related branches found
No related tags found
1 merge request!9459Remove require.context from graphs_bundle
Pipeline #
// require everything else in this directory
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('.', false, /^\.\/(?!graphs_bundle).*\.(js|es6)$/));
require('./stat_graph_contributors_graph');
require('./stat_graph_contributors_util');
require('./stat_graph_contributors');
require('./stat_graph');
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