Commit f351f821 authored by Alfredo Sumaran's avatar Alfredo Sumaran

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

Remove require.context from profile_bundle

See merge request !9492
parents 6bbb8efa 25818010
// require everything else in this directory
function requireAll(context) { return context.keys().map(context); }
requireAll(require.context('.', false, /^\.\/(?!profile_bundle).*\.(js|es6)$/));
require('./gl_crop');
require('./profile');
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