magento2-docker/app/code/IpSupply/QuoteIn/view/frontend/requirejs-config.js

8 lines
116 B
JavaScript
Executable File

var config = {
map: {
'*': {
"quote_in": 'IpSupply_QuoteIn/js/quote_in',
}
}
};