When I preview certain designs, I sometimes get a ‘Uncaught ReferenceError’ JavaScript error.
In these cases, I have multiple JS files that are loaded in alphabetical order. A function that an earlier script needs is defined in a file that’s loaded later.
When exporting a design, it’s not an issue because all the JS files are combined into a single file. Would it be possible to do the same thing when previewing?
