cancel
Showing results for 
Search instead for 
Did you mean: 

Web Ide Build Problem Arrow Functions

jorta
Participant
0 Kudos
1,368

Hello,

I have problems to make a build with webide fullstack. It seems that the arrow operator that I use for promises

Promise.all([fnfuntion]).then(function (values) {...}).catch(reason => {...

web ide does not accept it. I was able to remove the eslint error in the code, adding in the project settings (in validator configuration section adding to env section "env": {"es6": true} ) but the build continues to fail.

Do you know how I can force it to make a correct build?

This message appears on the console:

but I do not know how to force it.

Thanks and regards

View Entire Topic
jorta
Participant
0 Kudos

Thank you very much Mahesh, something like that is what I was looking for.