hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
178 stars 53 forks source link

Add @hyva/react-checkout alias #284

Closed wigman closed 2 years ago

wigman commented 2 years ago

To make sure @hyva-reacht-checkout dependencies always work, like in payment methods, regardless wheter they are installed directly into a full checkout clone or a CheckoutExample implementation, we should add the alias here too.

We should probably copy the logic from https://github.com/hyva-themes/magento2-checkout-example/blob/master/reactapp/config-overrides.js.

Any thougths on this @rajeev-k-tomy ?

rajeev-k-tomy commented 2 years ago

Great idea! Never thought about it. This will reduce lot of work such as keeping separate branches in shipping/payment integration to support example template repo as well as for the original repo.