thesmartwon
Read dependency directory
Is it possible for a library to read its own non-importable files?
I'm publishing some static files in a library. I'd like for that library to copy the files wherever the user wants. Is there a way without transforming those files into importable JSON or JS files?
Library:
This works great inside the library. However, outside it will error:
3 replies