requirejs-config.js 640 B

12345678910111213141516171819202122232425
  1. /**
  2. * Mageplaza
  3. *
  4. * NOTICE OF LICENSE
  5. *
  6. * This source file is subject to the Mageplaza.com license that is
  7. * available through the world-wide-web at this URL:
  8. * https://www.mageplaza.com/LICENSE.txt
  9. *
  10. * DISCLAIMER
  11. *
  12. * Do not edit or add to this file if you wish to upgrade this extension to newer
  13. * version in the future.
  14. *
  15. * @category Mageplaza
  16. * @package Mageplaza_AjaxLayer
  17. * @copyright Copyright (c) Mageplaza (http://www.mageplaza.com/)
  18. * @license https://www.mageplaza.com/LICENSE.txt
  19. */
  20. var config = {
  21. paths: {
  22. mpAjax: 'Mageplaza_AjaxLayer/js/view/layer'
  23. }
  24. };