angular-builder Questions
3
Solved
When I run npm run build which executes ng build -c production build will be completed as expected. But command prompt will be filled with this warning:
Warning: 303 rules skipped due to selector e...
Affianced asked 1/12, 2021 at 14:11
2
Solved
What is the difference between the "browser-esbuild" and "application" builders?
Docs description
I saw this in the documentation but I was confused.
Could anyone explain it to me better?
At first I thought that "application" was for SSR but I don't know the real diff...
Excision asked 9/11, 2023 at 17:49
4
Solved
I updated Angular project from Angular 10 to 11x. Everything works normally, except for one warning on running project using ng serve (without any option in ng serve). The warning is:
Option "...
Jemine asked 2/4, 2021 at 12:23
3
Solved
My project user angular version 7, and here is the angular.json configuration
when I build for production my main.js file is way too large nearly 12MB in size which makes my app to load the page ...
Cirque asked 23/4, 2019 at 2:0
1
I recently updated to Angular 13 from Angular 11 with the latest gratest packages of all components I need and I'm struggling to get the custom-webpack angular builder to run when I perform ng serv...
Transubstantiation asked 1/12, 2021 at 12:40
3
Starting from angular 9, angular started using a new renderer engine called IVY and as its document says the built code will look same in dev and prod environment and easy to debug, is it still req...
Zermatt asked 29/2, 2020 at 19:34
3
Solved
Angular CLI 6 introduced a new concept of builders (aka Architect Targets).
There are a couple of prebuilt builders that come with @angular-devkit/build_angular, but unfortunately there is no docum...
Muscatel asked 27/6, 2018 at 18:27
1
When creating bundle with webpack, for example, it outputs angular as follows.
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./nod...
Dappled asked 6/11, 2019 at 7:35
0
According to the angular-cli documentation BuilderContext.reportStatus() should be used to report status of the builder's activity, but I see nothing (using "@angular-devkit/architect": "^0.802.0")...
Derte asked 9/8, 2019 at 9:1
3
Solved
We would like to use the new Angular 8 Ivy compiler with webpack. We don't use Angular CLI. Is this possible? How can this be done? I can't seem to find information regarding this requirement.
Mcginty asked 18/6, 2019 at 7:14
3
I added Google fonts link in styles.scss file of Angular project.
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
But It already works with A...
Eaglewood asked 4/8, 2018 at 15:54
3
I am working on a angular 7+ project which is composed of backend + frontend. Now i am shot with a requirement where i need to create one more project which comprises of frontend+backend. But there...
Unpin asked 13/5, 2019 at 13:8
2
Solved
I'm facing a issue please help me to resolve this.
The issue is that when I do ng build in my CLI and go to the dist folder and run index.html file so the console get the errors of files path.
Fai...
Caen asked 31/12, 2018 at 8:13
1
© 2022 - 2025 — McMap. All rights reserved.