Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Creates a loading function for a typical dynamic url pattern: "locale.php?lang=en_US", "locale.php?lang=de_DE", "locale.php?language=nl_NL" etc. Prefixing the specified url, the current requested, language id will be applied with "?{queryParameter}={key}". Using this service, the response of these urls must be an object of key-value pairs.