123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- /***********************************
- webpack_headers
- Hash: cf3fe8058d89a1b0df6f
- Version: webpack 4.46.0
- Time: 4393ms
- Built at: 17.04.2021 06:30:07
- Asset Size Chunks Chunk Names
- ./js/index.cf3fe8.bundle.js 231 KiB 0 index
- ./js/index.cf3fe8.bundle.js.br 31.8 KiB
- ./js/index.cf3fe8.bundle.js.gz 41.2 KiB
- ./js/node-modules.cf3fe8.bundle.js 266 KiB 1 node-modules
- ./js/node-modules.cf3fe8.bundle.js.br 76.3 KiB
- ./js/node-modules.cf3fe8.bundle.js.gz 88.7 KiB
- ./js/runtime.cf3fe8.bundle.js 1.46 KiB 2 runtime
- ./js/runtime.cf3fe8.bundle.js.br 644 bytes
- ./js/runtime.cf3fe8.bundle.js.gz 722 bytes
- favicon-32x32.png 634 bytes
- index.html 21.7 KiB
- index.html.br 4.75 KiB
- index.html.gz 5.76 KiB
- sprite.svg 4.4 KiB
- sprite.svg.br 912 bytes
- Entrypoint index = ./js/runtime.cf3fe8.bundle.js ./js/node-modules.cf3fe8.bundle.js ./js/index.cf3fe8.bundle.js
- ./node_modules/bootstrap/dist/js/bootstrap-exposed.js 437 bytes {1}
- ./src/sass/main.scss 1.55 KiB {0}
- ./node_modules/remixicon/icons/Device/signal-wifi-fill.svg 323 bytes {1}
- ./node_modules/remixicon/icons/Device/signal-wifi-3-fill.svg 327 bytes {1}
- ./node_modules/remixicon/icons/Device/signal-wifi-2-fill.svg 327 bytes {1}
- ./node_modules/remixicon/icons/Device/signal-wifi-1-fill.svg 327 bytes {1}
- ./node_modules/remixicon/icons/Device/signal-wifi-line.svg 323 bytes {1}
- ./node_modules/remixicon/icons/Device/battery-line.svg 315 bytes {1}
- ./node_modules/remixicon/icons/Device/battery-low-line.svg 323 bytes {1}
- ./node_modules/remixicon/icons/Device/battery-fill.svg 315 bytes {1}
- ./node_modules/remixicon/icons/Media/headphone-fill.svg 318 bytes {1}
- ./node_modules/remixicon/icons/Device/device-recover-fill.svg 329 bytes {1}
- ./node_modules/remixicon/icons/Device/bluetooth-fill.svg 319 bytes {1}
- ./node_modules/remixicon/icons/Device/bluetooth-connect-fill.svg 335 bytes {1}
- ./src/index.ts + 1 modules 62.5 KiB {0}
- | ./src/index.ts 1.36 KiB
- | ./src/js/custom.js 61 KiB
- + 23 hidden modules
- WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
- This can impact web performance.
- Assets:
- ./js/node-modules.cf3fe8.bundle.js (266 KiB)
- WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
- Entrypoints:
- index (498 KiB)
- ./js/runtime.cf3fe8.bundle.js
- ./js/node-modules.cf3fe8.bundle.js
- ./js/index.cf3fe8.bundle.js
- WARNING in webpack performance recommendations:
- You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
- For more info visit https://webpack.js.org/guides/code-splitting/
- Child html-webpack-plugin for "index.html":
- Asset Size Chunks Chunk Names
- index.html 559 KiB 0
- Entrypoint undefined = index.html
- ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.ejs 22.9 KiB {0}
- ./node_modules/lodash/lodash.js 531 KiB {0}
- (webpack)/buildin/global.js 472 bytes {0}
- (webpack)/buildin/module.js 497 bytes {0}
- ***********************************/
- #pragma once
- #include <inttypes.h>
- extern const char * resource_lookups;
- extern const uint8_t * resource_map_start;
- extern const uint8_t * resource_map_end;
|