Using umd build in the browser

There's an umd build of redux-saga available in the dist/ folder. When using the umd build redux-saga is available as ReduxSaga in the window object. The umd version is useful if you don't use webpack or browserify. You can access it directly from npmcdn. The following builds are available:

Important! If the browser you are targeting doesn't support es2015 generators you must provide a valid polyfill, for example the one provided by babel: browser-polyfill.min.js. The polyfill must be imported before redux-saga.