on 2018 Dec 11 6:01 PM
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
Request clarification before answering.
Hi Juan,
Please check the below blog which has information, which has the ES6 support for grunt.
https://blogs.sap.com/2017/11/01/next-generation-javascript-in-ui5-using-sap-web-ide/
BR,
Mahesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much Mahesh, something like that is what I was looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.