stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.3k stars 593 forks source link

Error: 'Promise' is not exported #355

Closed zhangshme closed 4 years ago

zhangshme commented 4 years ago

Hi, when I try to bundle a library using Rollup, I got this.

image

rollup.config.js

image

Am I do sth wrong?

zhangshme commented 4 years ago

Solved. See rollup-plugin-commonjs#custom-named-exports.