scottcharlesworth / laravel-mix-polyfill

A Laravel Mix extension to include polyfills by using Babel, core-js, and regenerator-runtime
MIT License
50 stars 7 forks source link

Question: when is this extension needed? #37

Open plweil opened 3 years ago

plweil commented 3 years ago

If someone could please educate me: if Mix already compiles E6+ down to Vanilla JS, when/why would I need to utilize this extension and use polyfills? Should I be using both to cover all of my bases?