adevinta / spark

✨ Simple, Modular & Accessible UI Components for your React Applications
https://sparkui.vercel.app
MIT License
49 stars 16 forks source link

fix(cli-utils): fix config merge method to allow proper option override #2276

Closed soykje closed 5 days ago

soykje commented 5 days ago

Description, Motivation and Context

Initially we used lodash.merge to merge config customizations, but it prevented us to override options properly. It finally appears that this util was not relevant.

Types of changes