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
There's no reason for shared: true to be configurable — there's no advantage in a webpack context to not sharing helpers.
I think the format should always be es — webpack can handle modules natively, right? (Not a webpack user, I could be wrong about this.) There's no reason for it to be anything else, is there?
More generally, rather than passing down each option in turn, it would probably make sense to pass through all the options, overriding the ones we need to.
The text was updated successfully, but these errors were encountered:
There's no reason for
shared: true
to be configurable — there's no advantage in a webpack context to not sharing helpers.I think the format should always be
es
— webpack can handle modules natively, right? (Not a webpack user, I could be wrong about this.) There's no reason for it to be anything else, is there?More generally, rather than passing down each option in turn, it would probably make sense to pass through all the options, overriding the ones we need to.
The text was updated successfully, but these errors were encountered: