stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.29k stars 594 forks source link

ES6 Promise 4.1.0 not work Safari version 9.1 and... #297

Closed andalt closed 7 years ago

andalt commented 7 years ago

ES6 Promise 4.1.0 not work in the Safari version 9.1 and es6-promise.map - not Found

new webpack.ProvidePlugin({ Promise: 'es6-promise' }),

devtool: 'source-map',

Help

stefanpenner commented 7 years ago

we provide the source-maps. Im not sure if webpack does anything automatic here to pickup those maps.

I'm not sure there is much we can do from our side.