I'm looking for a way to concatenate imports or something alike from JavaScripts files which are being processed/minified by Gulp. This would allow for dynamically including/excluding plugins while not having to restart the gulp process.
Say Gulp is processing file xxx.js and that file got an import or something alike in it, i would like it to be inlined in xxx.js instead of ending up as an require('zzz.js')