I’d like to have an html page that tests my app and according to some url param it will load the fig version of the code or the production version of the code
I tried to write a script that checks the url param and load either figwheel or the production script but I got this error
> It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.
The reason is that the javascript file generated by figwheel uses document.write
Who can help?
@bhauman can you help with my issue above?