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
feat(custom-esbuild): expose current builder options and target to plugins
Enable plugins to access builder options and target information through factory functions. This is a non-breaking enhancement - existing plugins continue to work unchanged.
Plugins can now be defined as factory functions that receive builderOptions and target parameters, enabling more sophisticated plugins that can adapt their behavior based on the current build target and configuration.
Co-authored-by: Matt Lewis <matt@mattlewis.me>
0 commit comments