All I would like to do is to be able to modularise my javascript/jquery/ajax client-side code, to use some existing library code which I have written and now want to use in the scripts section of my pages - using something simple like in Node "require" or ES6 "import" syntax.All I would like to do is to be able to modular