• J
    Add polyfill for Promise ( only ) · 9e6e660a
    Josh Ponelat 提交于
    This is needed for whatwg-fetch + IE11.
    An alternative is to include "node_modules/whatwg-fetch" in the
    transform-runtime.
    But my guess is that someone is likely going to add a lib that in turn
    uses Promises, without adding it to the whitelist. This is safter.
    9e6e660a
webpack-dist.config.js 1.1 KB