Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes Pell work in Microsoft Edge Classic #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 10, 2021

  1. Makes Pell work in Microsoft Edge Classic

    Using object rest destructuring requires pell to be pushed through babel for transpilation to older JS.
    
    Switching to `Object.assign` means that it will work in Edge Classic without transpilation.
    antony committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    62e9a94 View commit details
    Browse the repository at this point in the history