-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels