webpack.h 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /***********************************
  2. webpack_headers
  3. Hash: 0e064eadc7c8b7881633
  4. Version: webpack 4.46.0
  5. Time: 9582ms
  6. Built at: 2021-07-09 11 h 14 min 41 s
  7. Asset Size Chunks Chunk Names
  8. ./js/index.0e064e.bundle.js 232 KiB 0 [emitted] [immutable] index
  9. ./js/index.0e064e.bundle.js.br 32.7 KiB [emitted]
  10. ./js/index.0e064e.bundle.js.gz 42 KiB [emitted]
  11. ./js/node-modules.0e064e.bundle.js 266 KiB 1 [emitted] [immutable] [big] node-modules
  12. ./js/node-modules.0e064e.bundle.js.br 76.3 KiB [emitted]
  13. ./js/node-modules.0e064e.bundle.js.gz 88.7 KiB [emitted]
  14. ./js/runtime.0e064e.bundle.js 1.46 KiB 2 [emitted] [immutable] runtime
  15. ./js/runtime.0e064e.bundle.js.br 644 bytes [emitted]
  16. ./js/runtime.0e064e.bundle.js.gz 722 bytes [emitted]
  17. favicon-32x32.png 634 bytes [emitted]
  18. index.html 21.7 KiB [emitted]
  19. index.html.br 4.74 KiB [emitted]
  20. index.html.gz 5.75 KiB [emitted]
  21. sprite.svg 4.4 KiB [emitted]
  22. sprite.svg.br 898 bytes [emitted]
  23. Entrypoint index [big] = ./js/runtime.0e064e.bundle.js ./js/node-modules.0e064e.bundle.js ./js/index.0e064e.bundle.js
  24. [6] ./node_modules/bootstrap/dist/js/bootstrap-exposed.js 437 bytes {1} [built]
  25. [11] ./src/sass/main.scss 1.55 KiB {0} [built]
  26. [16] ./node_modules/remixicon/icons/Device/signal-wifi-fill.svg 340 bytes {1} [built]
  27. [17] ./node_modules/remixicon/icons/Device/signal-wifi-3-fill.svg 344 bytes {1} [built]
  28. [18] ./node_modules/remixicon/icons/Device/signal-wifi-2-fill.svg 344 bytes {1} [built]
  29. [19] ./node_modules/remixicon/icons/Device/signal-wifi-1-fill.svg 344 bytes {1} [built]
  30. [20] ./node_modules/remixicon/icons/Device/signal-wifi-line.svg 340 bytes {1} [built]
  31. [21] ./node_modules/remixicon/icons/Device/battery-line.svg 332 bytes {1} [built]
  32. [22] ./node_modules/remixicon/icons/Device/battery-low-line.svg 340 bytes {1} [built]
  33. [23] ./node_modules/remixicon/icons/Device/battery-fill.svg 332 bytes {1} [built]
  34. [24] ./node_modules/remixicon/icons/Media/headphone-fill.svg 335 bytes {1} [built]
  35. [25] ./node_modules/remixicon/icons/Device/device-recover-fill.svg 346 bytes {1} [built]
  36. [26] ./node_modules/remixicon/icons/Device/bluetooth-fill.svg 336 bytes {1} [built]
  37. [27] ./node_modules/remixicon/icons/Device/bluetooth-connect-fill.svg 352 bytes {1} [built]
  38. [38] ./src/index.ts + 1 modules 62.6 KiB {0} [built]
  39. | ./src/index.ts 1.4 KiB [built]
  40. | ./src/js/custom.js 61 KiB [built]
  41. + 24 hidden modules
  42. WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
  43. This can impact web performance.
  44. Assets:
  45. ./js/node-modules.0e064e.bundle.js (266 KiB)
  46. WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
  47. Entrypoints:
  48. index (499 KiB)
  49. ./js/runtime.0e064e.bundle.js
  50. ./js/node-modules.0e064e.bundle.js
  51. ./js/index.0e064e.bundle.js
  52. WARNING in webpack performance recommendations:
  53. You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
  54. For more info visit https://webpack.js.org/guides/code-splitting/
  55. Child html-webpack-plugin for "index.html":
  56. Asset Size Chunks Chunk Names
  57. index.html 560 KiB 0
  58. Entrypoint undefined = index.html
  59. [0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.ejs 23.9 KiB {0} [built]
  60. [1] ./node_modules/lodash/lodash.js 531 KiB {0} [built]
  61. [2] (webpack)/buildin/global.js 472 bytes {0} [built]
  62. [3] (webpack)/buildin/module.js 497 bytes {0} [built]
  63. ***********************************/
  64. #pragma once
  65. #include <inttypes.h>
  66. extern const char * resource_lookups[];
  67. extern const uint8_t * resource_map_start[];
  68. extern const uint8_t * resource_map_end[];