Hello,
what is the proper javascript input format for DanaEval? Currently, we are using webpack and we also use minification. On the server, the js files are wrapped with DanaEval which throws an error because it incorrectly adds closing brackets. So far we've been able to identify that it has problems with "void 0" and also with setParameter function.
Solved! Go to Solution.