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
It would be helpful if the documentation clarified whether extends is a drop-in replacement, when it should be preferred, and if there are any limitations or compatibility concerns.
Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I recently noticed that support for
extends
was introduced in Rspack 1.3.x.Is the
extends
feature intended to replace the use ofwebpack-merge
?Does it offer the same behavior as the
merge
function provided bywebpack-merge
?I ask because the Rspack configuration documentation still references
webpack-merge
, while theextends
documentation https://rspack.dev/config/#extending-configurations and https://rspack.dev/config/extends is somewhat vague about when and why one should be used over the other.It would be helpful if the documentation clarified whether
extends
is a drop-in replacement, when it should be preferred, and if there are any limitations or compatibility concerns.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions