Commit 87b19b8c authored by Mike Greiling's avatar Mike Greiling

remove require.context from graphs_bundle

parent 972b77f7
// require everything else in this directory require('./stat_graph_contributors_graph');
function requireAll(context) { return context.keys().map(context); } require('./stat_graph_contributors_util');
requireAll(require.context('.', false, /^\.\/(?!graphs_bundle).*\.(js|es6)$/)); require('./stat_graph_contributors');
require('./stat_graph');
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