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
Having a hook to compile templates while using the new plugin API seems to be very difficult ATM. Would be useful to have some way to add/remove scripts before they touch plugins like commonjs. Maybe something like:
was debating a very similar thing in a similar project. the other solution would be to eliminate the Build object with the each helpers and let people act directly on the {} itself so they can delete obj.key and obj[key] = ...
couldn't figure out which one was best. one is nicer for plugin writing, the other is most flexible
Having a hook to compile templates while using the new plugin API seems to be very difficult ATM. Would be useful to have some way to add/remove scripts before they touch plugins like
commonjs
. Maybe something like:Would you accept a PR?
The text was updated successfully, but these errors were encountered: