Skip to content

Include polyfill.io in HTML by default #1104

Closed
@gaearon

Description

@gaearon

We considered doing it earlier but settled on shipping just Object.assign, Promise and fetch polyfills by default.

I'd like to reconsider adding a polyfill.io scripts to HTML as too many people rely on ES6 features without realizing they need polyfills. And using polyfill.io means it's easy to opt out too if you know what you're doing.

We should only include ES6 polyfills, and specifically exclude Object.assign, Promise, and fetch because we already have them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions