2022-05-04 UTC
# cyborganicLion Hi, why cant I `import(remote-content-url)` from a javascript module? I can import at the top of a module using `import
{ * }
as variable` but id like to programatically load remote content based on client variables, I am able to do this without wordpress in a browser envioronment but I receive a type error when I attempt to `import(remote-content-url)` within a wordpress envioronment.