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

refactor(project): remove the deprecated Babel polyfill #77

Merged
merged 1 commit into from
Jul 31, 2019

Conversation

homer0
Copy link
Owner

@homer0 homer0 commented Jul 31, 2019

What does this PR do?

The package @babel/polyfill has been deprecated in favor of using core-js and regenerator-runtime directly, so this PRs removes the depenendency.

The replacement packages are not being installed on this repository because they'll be added by the build engines.

This is breaking because the package @babel/polyfill is not longer installed.

How should it be tested manually?

yarn test
# or
npm test

@coveralls
Copy link

Pull Request Test Coverage Report for Build 280

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 277: 0.0%
Covered Lines: 2144
Relevant Lines: 2144

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants