fullstack-lang / gongfly

a fullstack plane simulation
MIT License
0 stars 0 forks source link

Port to ng17 #17

Closed thomaspeugeot closed 5 months ago

thomaspeugeot commented 5 months ago
thomaspeugeot@MacBook-Pro-de-Thomas ng % time ng build       
✔ Browser application bundle generation complete.
✔ Copying assets complete.
✔ Index html generation complete.

Initial Chunk Files           | Names         |  Raw Size | Estimated Transfer Size
main.1a95f3b76d607296.js      | main          |   1.40 MB |               252.51 kB
styles.567aeeec3103e6b0.css   | styles        |  99.22 kB |                11.23 kB
polyfills.0dd4a85834491d84.js | polyfills     |  33.01 kB |                10.64 kB
runtime.5c1e4bf6721b92e1.js   | runtime       | 897 bytes |               519 bytes

                              | Initial Total |   1.53 MB |               274.89 kB

Build at: 2024-05-09T05:35:29.414Z - Hash: 6b82cb3d2eb763fd - Time: 34157ms

Warning: /Users/thomaspeugeot/go/src/github.com/fullstack-lang/gongfly/vendor/github.com/fullstack-lang/gongleaflet/ng/projects/gongleafletspecific/src/lib/mapoptions/mapoptions.component.ts depends on 'leaflet'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Warning: bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 1.04 MB with a total of 1.53 MB.

ng build  67.83s user 4.34s system 195% cpu 37.010 total
thomaspeugeot commented 5 months ago

homaspeugeot@MacBook-Pro-de-Thomas ng-github.com-fullstack-lang-gongfly % time ng build Initial chunk files | Names | Raw size | Estimated transfer size main-OWMCOWPZ.js | main | 935.97 kB | 144.64 kB chunk-4EXA5XB4.js | - | 164.12 kB | 46.78 kB styles-K44LTEF6.css | styles | 87.34 kB | 8.20 kB polyfills-F4U52YPQ.js | polyfills | 33.24 kB | 10.76 kB

                  | Initial total |   1.19 MB |               210.39 kB

Lazy chunk files | Names | Raw size | Estimated transfer size chunk-IJFNCW6T.js | browser | 62.20 kB | 16.50 kB

Output location: /Users/thomaspeugeot/go/src/github.com/fullstack-lang/gongfly/ng-github.com-fullstack-lang-gongfly/dist/ng-github.com-fullstack-lang-gongfly

Application bundle generation complete. [11.407 seconds]

▲ [WARNING] bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 720.68 kB with a total of 1.19 MB.

ng build 37.31s user 3.60s system 334% cpu 12.231 total thomaspeugeot@MacBook-Pro-de-Thomas ng-github.com-fullstack-lang-gongfly % rm -rf .angular dist thomaspeugeot@MacBook-Pro-de-Thomas ng-github.com-fullstack-lang-gongfly % time ng build
Initial chunk files | Names | Raw size | Estimated transfer size main-OWMCOWPZ.js | main | 935.97 kB | 144.64 kB chunk-4EXA5XB4.js | - | 164.12 kB | 46.78 kB styles-K44LTEF6.css | styles | 87.34 kB | 8.20 kB polyfills-F4U52YPQ.js | polyfills | 33.24 kB | 10.76 kB

                  | Initial total |   1.19 MB |               210.39 kB

Lazy chunk files | Names | Raw size | Estimated transfer size chunk-IJFNCW6T.js | browser | 62.20 kB | 16.50 kB

Output location: /Users/thomaspeugeot/go/src/github.com/fullstack-lang/gongfly/ng-github.com-fullstack-lang-gongfly/dist/ng-github.com-fullstack-lang-gongfly

Application bundle generation complete. [11.016 seconds]

▲ [WARNING] bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 720.68 kB with a total of 1.19 MB.

ng build 36.71s user 3.60s system 325% cpu 12.397 total thomaspeugeot@MacBook-Pro-de-Thomas ng-github.com-fullstack-lang-gongfly %

thomaspeugeot commented 5 months ago

compilation time halved