remove require.context from graphs_bundle
This commit is contained in:
parent
972b77f7a6
commit
87b19b8cae
1 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
// 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');
|
||||
|
|
Loading…
Reference in a new issue