Skip to content

Instantly share code, notes, and snippets.

@iamnnort
Last active February 19, 2019 09:20
Show Gist options
  • Save iamnnort/96673b2d40fe83f7bc9f09500f7f1626 to your computer and use it in GitHub Desktop.
Save iamnnort/96673b2d40fe83f7bc9f09500f7f1626 to your computer and use it in GitHub Desktop.
babel-polyfill - error Error: only one instance of babel-polyfill is allowed
if (!global._babelPolyfill) {
import 'babel-polyfill';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment