bundleManifest.js 501 B

123456789101112131415161718
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: CA Mobile Views
  5. *| (C) Copyright IBM Corp. 2016, 2019
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or disclosure
  8. *| restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *+------------------------------------------------------------------------+
  10. */
  11. requirejs.config({ // eslint-disable-line no-undef
  12. map: {
  13. '*': {
  14. }
  15. }
  16. });