Skip to main content

All Questions

Tagged with
1 vote
0 answers
24 views

Error with nativescript compilation due to gradle version change?

I have a nativescript project that is built through jenkins. Up until July 9th, the project built without any issues. On that same day, and after a commit, the build stopped working. To make sure that ...
Miguel Mesquita Alfaiate's user avatar
0 votes
0 answers
13 views

VS Code firefox-debug unable to hit breakpoints for angular app (docker)

I am running: ubuntu 24.04 VS Code installed, with firefox-debug extension Docker compose my web app I can launch a browser hosting my web app from VS Code, but I am not able to hit any breakpoints. ...
bas's user avatar
  • 14.5k
0 votes
0 answers
31 views

(Firebase App hosting) Error: Only the Angular application builder is supported

I'm working on an Angular project where I need to use environment variables managed by dotenv. For this, I've been using the custom webpack builder provided by @angular-builders/custom-webpack:browser....
Yordan Mansarliyski's user avatar
0 votes
0 answers
18 views

VS Code/Chrome Debugger Causes Breakpoint in Angular Application Generated Webpack File

I have an angular application that I work with using VS Code and Chrome running with the debugger port set to 9222. However, the debugger likes to throw its own breakpoints into the webpack-generated ...
Jason's user avatar
  • 4,079
0 votes
0 answers
17 views

using CSS-Loader, Style-Loader with ngtools is generating TypeError: at ShadowCss.shimCssText (compiler.mjs)

`I am creating Angular V-18 project without CLI and but i cannot find the solution for this one my package.json my tsconfig.json webpack.config.mjs const __filename = fileURLToPath(import.meta.url); ...
KS7's user avatar
  • 1
0 votes
1 answer
26 views

Avoid url resolution in scss files in Angular

I did a css -> scss migration on an existing Angular project using schematics-scss-migrate. Everything works fine except the URL's, if any, in scss files. So I found out that in scss files the URL'...
Urooj's user avatar
  • 334
0 votes
1 answer
32 views

Angular - Esbuild chunk sizes do not match build output when served

I recently switched my Angular app to v18 and moved from webpack to esbuild. However, when comparing my chunk sizes with code splitting, I see the sizes do not make sense. When using webpack, my ...
Cody Pritchard's user avatar
1 vote
1 answer
46 views

Angular 17 ESBuild Configuration for environment variables

Just migrated from Angular 15 to the 17. And currently it is possible to build and serve with esbuild instead of webpack. With webpack there was a way use a custom webpack config for things like, ...
Semedmar's user avatar
0 votes
1 answer
18 views

Angular 18 google-auth-library errors (Webpack)

I'm getting a series of errors when running no serve with my Angular app, which is currently the latest version after installing google-auth-library. The errors are - BREAKING CHANGE: webpack < 5 ...
miles_holt's user avatar
1 vote
0 answers
59 views

Angular - esbuild chunk names

I just upgraded an Angular app from v17 to v18, and during the process I made the move from using webpack to now building with esbuild. Im trying to understand the code splitting and chunk names with ...
Cody Pritchard's user avatar
-1 votes
0 answers
27 views

Webpack build failing Angular js

i am trying to create a angular build using webpack but getting style issues. Here is my webpack.config.js file configuration const ModuleFederationPlugin = require("webpack/lib/container/...
Monowara Khatun's user avatar
2 votes
0 answers
103 views

Webpack bundle analyser is not working in the project with angular 18 version

I am working on angular 18 framework and I recently tried to integrate webpack bundle analyser in my project but it's giving me a weird error.I thought the issue is with my project so created a new ...
Avinash Sharma's user avatar
0 votes
0 answers
31 views

Why Angular generates two components in the target javascript file?

I was investigating problem described here: https://github.com/angular/angular/issues/53592 as I have run into this for our 5 components. I have noticed (when debugging the angular core code) that the ...
Ondrej Peterka's user avatar
0 votes
0 answers
43 views

How to package ng-bootstrap in Angular using webpack

I'm working on a hybrid Angular 13 application, and using webpack to package it for production, but I'm having an issue the ng-bootrap library. There are AngularJS components in the application using ...
Joseph McCarthy's user avatar
0 votes
0 answers
20 views

How could I profile a sass-loader compilation?

I'm using embedded-sass in an Angular custom webpack monorepo. One of my libraries with sass takes a significant amount of time just in sass-loader during the build and I'd like to figure out what I ...
Novaterata's user avatar
  • 4,575

15 30 50 per page
1
2 3 4 5
254