Hello!
Im a little confused about how webpack transpiler works.
Im using laravel mix to compile and transpile js to code compatible with older browsers.
I know it allows me to use some es6 functionalities like arrow functions, but im not sure it it allows me to use other lithe fetch api.
Could you give me some information about this.
Should i get some additional polyfills in order to use this?
Thank you.