Ionic 2 - Generate RFC4122 UUID's

Oh, sorry about that. I needed crypto for something else, and didn’t realize it was also needed for node-uuid. Add this to your custom rollup config:


  external: [
    "crypto"
  ],

  globals: {
    crypto: "crypto"
  }