push-manifest.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "/": {
  3. "src/components/shop-app.js": {
  4. "crossorigin": "anonymous",
  5. "type": "script",
  6. "weight": 1
  7. },
  8. "node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js": {
  9. "type": "script",
  10. "weight": 1
  11. }
  12. },
  13. "/list/.*": {
  14. "src/components/shop-app.js": {
  15. "crossorigin": "anonymous",
  16. "type": "script",
  17. "weight": 1
  18. },
  19. "src/components/shop-list.js": {
  20. "crossorigin": "anonymous",
  21. "type": "script",
  22. "weight": 1
  23. },
  24. "node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js": {
  25. "type": "script",
  26. "weight": 1
  27. }
  28. },
  29. "/detail/.*": {
  30. "src/components/shop-app.js": {
  31. "crossorigin": "anonymous",
  32. "type": "script",
  33. "weight": 1
  34. },
  35. "src/components/shop-detail.js": {
  36. "crossorigin": "anonymous",
  37. "type": "script",
  38. "weight": 1
  39. },
  40. "node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js": {
  41. "type": "script",
  42. "weight": 1
  43. }
  44. },
  45. "/cart": {
  46. "src/components/shop-app.js": {
  47. "crossorigin": "anonymous",
  48. "type": "script",
  49. "weight": 1
  50. },
  51. "src/components/shop-cart.js": {
  52. "crossorigin": "anonymous",
  53. "type": "script",
  54. "weight": 1
  55. },
  56. "node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js": {
  57. "type": "script",
  58. "weight": 1
  59. }
  60. },
  61. "/checkout": {
  62. "src/components/shop-app.js": {
  63. "crossorigin": "anonymous",
  64. "type": "script",
  65. "weight": 1
  66. },
  67. "src/components/shop-checkout.js": {
  68. "crossorigin": "anonymous",
  69. "type": "script",
  70. "weight": 1
  71. },
  72. "node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js": {
  73. "type": "script",
  74. "weight": 1
  75. }
  76. }
  77. }