requirejs-config.js 240 B

123456789101112
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. var config = {
  6. map: {
  7. '*': {
  8. swatchesProductAttributes: 'Magento_Swatches/js/product-attributes'
  9. }
  10. }
  11. };