Hi, I'm encountering an issue when I integrate the main.js file into my plugin and attempt to debug using D2-Smartview Debug mode. The following is the error:
Uncaught SyntaxError: Unexpected token '??' (at main.js:4:20)
When i check the source from Chrome F12, I've noticed the parentheses have disappear.
This removal of parentheses seems to be causing the syntax error.
Could you provide some guidance on how to maintain the parentheses to avoid this error?