witheve / eve-starter

Start here if you're new to Eve.
http://witheve.com
Apache License 2.0
30 stars 20 forks source link

Support new uuid module vs old deprecated one #8

Closed joshuafcole closed 7 years ago

joshuafcole commented 7 years ago

Must be released in conjunction with: https://github.com/witheve/Eve/pull/827 being published as part of 0.3.0-preview3.

SystemJS doesn't utilize the browser remapping that the new uuid module uses, so we need to manually remap rng.js to rng-browser.js.

cmontella commented 7 years ago

@joshuafcole Now that preview 3 is in can we merge this? Or does it need to go in with preview 4 now?

joshuafcole commented 7 years ago

Looks like this snuck in with the v3 PR that we reviewed last week. My bad!