BigW Consortium Gitlab

Commit 40b81cfa by Alfredo Sumaran

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

Remove require.context from users_bundle See merge request !9496
parents 52ceaa24 08f08a34
// require everything else in this directory require('./calendar');
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('.', false, /^\.\/(?!users_bundle).*\.(js|es6)$/));
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