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

Make library more easily used by other #5

Closed
wants to merge 3 commits into from

Conversation

Dermah
Copy link
Member

@Dermah Dermah commented Sep 13, 2017

From babel-polyfill:

This will emulate a full ES2015+ environment and is intended to be used in an application rather than a library/tool.

If you are looking for something that won't modify globals to be used in a tool/library, checkout the transform-runtime plugin.

When I was using roar-mongo I was getting errors about babel-polyfill only being allowed once.

This change uses the transform-runtime plugin instead of babel-polyfill

@Dermah Dermah self-assigned this Sep 13, 2017
@Dermah
Copy link
Member Author

Dermah commented Sep 13, 2017

Can confirm 0.3.0-alpha is working in a client project. It throws warnings while being webpack'd, but that's a different issue.

@Dermah Dermah closed this Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant