I have a module that's essentially a list of matrix functions. I was loading it as a dependency and just calling the functions. The new import loading broke this functionality.
I want to load my dependencies somehow as globals, just like javascript works everywhere else.
Mark Wissler
I have a module that's essentially a list of matrix functions. I was loading it as a dependency and just calling the functions. The new import loading broke this functionality.
I want to load my dependencies somehow as globals, just like javascript works everywhere else.
Can I do this with assets?