Skip to content

Module build options #1

@jessegrosjean

Description

@jessegrosjean

Thanks again for splitting this out into its own project. I do plan to use it, but I think it will take me a while replace my existing pieced together solution.

I'm been thinking more about module system support. I don't want plugin developers to have to perform a build step. To this point I was trying to add require support to JavascriptCore.

I'm now wondering if it makes more sense to embed a build system like esbuild and have my app perform the build step each time a plugin changes. That would open up many other options too, such as typescript based plugins.

Does that seem like a reasonable approach? The cost that I'm aware of is that esbuild compressed is ~5mb, but otherwise it seems like an appealing approach for bundle support and more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions