Skip to content Skip to sidebar Skip to footer

Only One Instance Of Babel-polyfill Is Allowed

I am getting the following error Uncaught Error: only one instance of babel-polyfill is allowed at Object.eval (index.js?db4d:10) at eval (index.js:29) at Object../node

Solution 1:

Only options:

  • You are requiring twice (you have said no)
  • Some library you are using on the page is also requiring it (this is your answer 🌹)

Post a Comment for "Only One Instance Of Babel-polyfill Is Allowed"