mirror of
https://github.com/NASAWorldWind/WebWorldWind.git
synced 2026-01-18 15:12:57 +00:00
- 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).