Magento 2 how to avoid loading of certain js files on checkout page via requirejs?
I want to load certain js files on all pages except checkout page. How can I add a condition in requirejs-config.js file not to load js files when user is on checkout page? In the code below, I want to… Read More »Magento 2 how to avoid loading of certain js files on checkout page via requirejs?