Daniil Polovinkin

Results 1 comments of Daniil Polovinkin

You probably need to install `babel-polyfill` and use it in your project. If you build with webpack specify it as an entry point in your config: ```javascript entry: [ 'babel-polyfill',...