This plugin transforms ES2015 modules to AMD
Provide AMD's define() API for declaring modules in the AMD format
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.
A simple, lightweight JavaScript API for handling cookies
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.