I'm trying to use bundle-up3 for node app that uses express4 on the server side and angularJS on the client side.
The problem is the order of the JS files is mixed up. I have to make sure the files contain the module declaration will be before js files adding items to the modules.
Is there a way of controlling the order of the script tags?