Skip to content

Instantly share code, notes, and snippets.

@fl0w
Created June 6, 2016 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fl0w/e5adb1a2d16ae53a62e07ccf83cb8ac2 to your computer and use it in GitHub Desktop.
Save fl0w/e5adb1a2d16ae53a62e07ccf83cb8ac2 to your computer and use it in GitHub Desktop.
global Promise monkey patch reminder
// for vanilla js
global.Promise = require('bluebird')
// for babel js
// put in your bootstrap
require('babel-runtime/core-js/promise').default = require('bluebird');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment