Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

index.js 859B

1234567891011121314151617181920212223
  1. // Caution:
  2. // Do not replace this import statement with codes.
  3. //
  4. // If you replace this import statement with codes,
  5. // the codes will be executed after the following polyfills are imported
  6. // because import statements are hoisted during compilation.
  7. import './polyfill-switches';
  8. // Polyfill ECMAScript standard features with global namespace pollution
  9. import 'core-js/fn/object/set-prototype-of';
  10. import 'core-js/fn/set';
  11. import 'core-js/fn/map';
  12. import 'core-js/fn/weak-map';
  13. import 'core-js/fn/array/from';
  14. // Polyfill Custom Elements v1 with global namespace pollution
  15. import '@onsenui/custom-elements/src/custom-elements';
  16. // Polyfill MutationObserver with global namespace pollution
  17. import './MutationObserver@0.7.22/MutationObserver.js';
  18. // Polyfill setImmediate with global namespace pollution
  19. import './setImmediate@1.0.2+mod/setImmediate.js';