Can i bundle JS files with angular2 the same way i'm bundling HTML files?
I currently declare my JS files and copy them manually with the dist folder to my testing server.
is there a way so that i can make angular2 bundle those JS files with it when it webpacks?