ljharb / object.assign

ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
https://tc39.es/ecma262/#sec-object.assign
MIT License
107 stars 22 forks source link

UMD Wrapper #13

Closed swashcap closed 8 years ago

swashcap commented 8 years ago

Would you consider bundling a script with a UMD Wrapper? It would make it easier to use this module in browser and Node-like environments.

ljharb commented 8 years ago

That's already easy via a browserify transform - at this point (2015) i'm no longer interested in maintaining UMD workarounds, when browserify handles everything wonderfully.

This module already includes a browserify entry point, so a browser build will also auto-shim itself.