Universal Module Definition (UMD) is a module format that allows a JavaScript module to be used in various environments, including both browser and Node.js environments. It provides compatibility with ...
JavaScript, TypeScriptを利用していると様々なモジュールシステムに関するワードが出てきます。 AMD, CommonJS, ES6, ES5, Webpack, Babel, RequireJS, UMD, SystemJS, System.register, module target etc... これらの用語の関係は複雑で混乱しがちな部分です。