You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: