I want to override file from module.
vendor/mageworx/module-storelocator/view/frontend/web/js/locations-modal.js
I create file
app/design/frontend/Mgs/claue_child/MageWorx_StoreLocator/web/js/locations-modal.js
That wont work for me so i add file
app/design/frontend/Mgs/claue_child/MageWorx_StoreLocator/web/js/requirejs-config.js
map: {
'*': {
'locations-modal': 'js/locations-modal.js',
}
}
};
I try move require-config.js in serveral locations still not working.
orginal requirejs config
vendor/mageworx/module-storelocator/view/frontend/requirejs-config.js
map: {
'*': {
'locations-modal': 'MageWorx_StoreLocator/js/locations-modal',