remove require.context from profile_bundle
This commit is contained in:
parent
c5b29ed6f3
commit
25818010b6
1 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
|||
// 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');
|
||||
|
|
Loading…
Reference in a new issue