#how to dynamically load local content in renderer?

4 messages · Page 1 of 1 (latest)

ember wolf
#

i want to create an extension system for my app, my plan right now is to dynamically load local js modules and run them.
but i canoot seem to call import() with a local resource.
i don't know if im on the right track, is this the right way to develop an extension sytem?

haughty sandal
#

You can

#

With script tag

#

Or with dynamic import