Hacker News new | ask | show | jobs
by mg 86 days ago

    You can’t import or require() a module
    that only exists in memory.
You can convert it into a data url and import that, can't you?
1 comments

What happens to relative imports?