It would be helpful to be able to specify an array of expressions into the require statement. That is: ``` require(['./**/*.js', '!./vendor/**'], { mode: ... }); ```