micahstubbs commented on issue #2112: URL: https://github.com/apache/helix/issues/2112#issuecomment-1135332571
```py npm run build > [email protected] build /helix/helix-front > rm -rf dist && mkdir dist && ng build --aot --configuration production && tsc -p server Warning: Support was requested for IE 11 in the project's browserslist configuration. IE 11 support is deprecated since Angular v12. For more information, see https://angular.io/guide/browser-support ⠋ Generating browser application bundles (phase: setup)... Compiling @angular/flex-layout/core : es2015 as esm2015 Compiling @angular/flex-layout/extended : es2015 as esm2015 Compiling @angular/flex-layout/flex : es2015 as esm2015 Compiling @angular/flex-layout/grid : es2015 as esm2015 Compiling @angular/flex-layout : es2015 as esm2015 Compiling @swimlane/ngx-datatable : es2015 as esm2015 ✔ Browser application bundle generation complete. ✔ ES5 bundle generation complete. ✔ Copying assets complete. ⠋ Generating index html...1 rules skipped due to selector errors: 0% -> Unmatched selector: % ✔ Index html generation complete. Initial Chunk Files | Names | Size main-es5.fbbd70a0cfbdc32bae32.js | main | 3.17 MB main-es2015.fbbd70a0cfbdc32bae32.js | main | 3.04 MB polyfills-es5.256f3c261511e781e052.js | polyfills-es5 | 170.42 kB styles.c26ab05561dddbbe6a71.css | styles | 101.91 kB polyfills-es2015.5f80bac55d8febac24ff.js | polyfills | 68.58 kB runtime-es2015.dbb53c2a5bd7cf8c9a23.js | runtime | 1.45 kB runtime-es5.dbb53c2a5bd7cf8c9a23.js | runtime | 1.45 kB | Initial ES5 Total | 3.44 MB | Initial ES2015 Total | 3.21 MB Build at: 2022-05-24T02:31:59.410Z - Hash: f2ce8819a64025f93e50 - Time: 114056ms Warning: /helix/helix-front/node_modules/@swimlane/ngx-graph/__ivy_ngcc__/fesm2015/swimlane-ngx-graph.js depends on 'dagre'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /helix/helix-front/node_modules/@swimlane/ngx-graph/__ivy_ngcc__/fesm2015/swimlane-ngx-graph.js depends on 'webcola'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /helix/helix-front/node_modules/ngx-vis/__ivy_ngcc__/fesm2015/ngxvis.js depends on 'vis-network'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /helix/helix-front/node_modules/ngx-vis/__ivy_ngcc__/fesm2015/ngxvis.js depends on 'vis-timeline'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: bundle initial-es5 exceeded maximum budget. Budget 3.42 MB was not met by 15.64 kB with a total of 3.44 MB. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
