Closed SlivaNilow closed 4 years ago
@gelid do you have a babel for your build?
sorry, but im dont know, im backend developer.. it is default laravel mix setup. in package.json babel exist "@babel/preset-env": "^7.11.0",
and i think if i dont have babel my own arrow function not be transformed
Describe the bug in ie 11 not working arrow function
Ro({type:Object,default:()=>({language:"ru",locations:[],locationsBoost:[]})})]
Desktop (please complete the following information):
Additional context Im using Laravel mix + vue dadata. all my arrow function on build transform to ES5 but imported script has own arrow function.
can u build in to es5?