I assume you are using a third party component that contains this code. If so, it would be nice to identify what component it is, and what assets does it need to load (that’s typically the purpose of importMeta in Polymer components).
Then you could try fork that third party component and load assets it needs in a different way.