requirejs-config.js 906 B

1234567891011121314151617181920212223242526272829
  1. /**
  2. * MageSpecialist
  3. *
  4. * NOTICE OF LICENSE
  5. *
  6. * This source file is subject to the Open Software License (OSL 3.0)
  7. * that is bundled with this package in the file LICENSE.txt.
  8. * It is also available through the world-wide-web at this URL:
  9. * http://opensource.org/licenses/osl-3.0.php
  10. * If you did not receive a copy of the license and are unable to
  11. * obtain it through the world-wide-web, please send an email
  12. * to info@magespecialist.it so we can send you a copy immediately.
  13. *
  14. * @copyright Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
  15. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
  16. */
  17. 'use strict';
  18. // eslint-disable-next-line no-unused-vars
  19. var config = {
  20. config: {
  21. mixins: {
  22. 'Magento_Ui/js/view/messages': {
  23. 'MSP_ReCaptcha/js/ui-messages-mixin': true
  24. }
  25. }
  26. }
  27. };