-
-
Notifications
You must be signed in to change notification settings - Fork 11
Plugins #25
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Configurability by additional plugin support could be a good escape hatch for edges like #12.
Fortunately, nanobundle is a plain ESM, so it's very easy to achieve that via dynamic import .
Provide a way to configure additional plugins in addition to the currently built-in import maps and embedding deps plugins. Mostly it's just an esbuild plugin, but I need to provide additional dependencies for initialization.