Skip to content

Commit

Permalink
Add back the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jun 14, 2023
1 parent d4dd5c6 commit b8a0e71
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const { GlobalStylesContext, cleanEmptyObject } = unlock(

export function mergeBaseAndUserConfigs( base, user ) {
return deepmerge( base, user, {
// We only pass as arrays the presets,
// in which case we want the new array of values
// to override the old array (no merging).
isMergeableObject: isPlainObject,
} );
}
Expand Down

0 comments on commit b8a0e71

Please sign in to comment.