imperodesign / generator-impero

Impero's website skeleton generator, courtesy of Yeoman
Other
1 stars 1 forks source link

es6-promise not globally polyfilling #74

Closed samhh closed 7 years ago

samhh commented 7 years ago

https://github.com/stefanpenner/es6-promise

import 'es6-promise' does not polyfill IE9's global environment. require('es6-promise').polyfill() does.

samhh commented 7 years ago

This was a change in 4.x. Fix:

import 'es6-promise/auto'.

samhh commented 7 years ago

https://github.com/imperodesign/generator-impero/commit/5f2bd9f3280841126e77671d92f9e2e01a44ccb4