- This changes the build artifact generation so it has a UMD interface.
http://davidbcalhoun.com/2014/what-is-amd-commonjs-and-umd/
- Build artifacts should now be capable of working like a Node modules
(as an npm package with a bundler like Webpack or Browserify for
frontend development), in addition to the previous interfaces
(an AMD module or web browser object attached to the window object).