Hi, I have a problem with BabelJs Engine. When I try to compile my application, I got this error:
java.util.concurrent.ExecutionException: java.lang.Exception: BabelJs Engine compilation of javascript failed: SyntaxError: This experimental syntax requires enabling the parser plugin: 'nullishCoalescingOperator' (2:32234) in at line number 77 at column number 539565 --
Tried to put minifyJs to false, packagePlugin to false and nobody works. Have any configuration to disable Babel JS or enable this experimental syntax nullishCoalescingOperator ?
Hi, I have a problem with BabelJs Engine. When I try to compile my application, I got this error:
My gradle.build:
Tried to put minifyJs to false, packagePlugin to false and nobody works. Have any configuration to disable Babel JS or enable this experimental syntax
nullishCoalescingOperator
?