Top "Babel-polyfill" questions

Error with babel-polyfill and webpack

I am following along a tutorial from Udemy, and we've just downloaded babel. Everything was working fine until I downloaded …

webpack babeljs babel-polyfill
ReferenceError: global is not defined at eval

I'm experiencing an error that I believe is from webpack's side. Here it is: index.js:9 Uncaught ReferenceError: global is …

webpack redux babeljs react-hot-loader babel-polyfill
How to add flatMap using babel 7?

After reading the article Removing Babel's Stage Presets by babel, I still not fully understand how to add a proposal …

javascript babeljs polyfills babel-polyfill
How to polyfill IE11 in NextJS project?

I'm trying to polyfill the project for IE11 but no matter what I do browser logs these errors: Dev mode: …

reactjs internet-explorer-11 babeljs next.js babel-polyfill
babel vs babel-core vs babel-loader vs babel-preset-2015 vs babel-preset-react vs babel-polyfill

I was setting up Webpack for my React project and got confused between babel, babel-core, babel-loader, babel-preset-2015 and babel-preset-react. I …

webpack babeljs babel-polyfill babel-loader babel-core