Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
0 answers
14 views

AngularJS Comp in Angular15

Tech Stack: Angular 15x, React18, webpack5. Issue: we have a AngularJS1.6 component which we used to bootstrap as below, which worked fine in Angular8, React16, webapack4, but post upgrade started to ...
MeMyUX's user avatar
  • 1
1 vote
0 answers
31 views

Getting webpack_dev_server_1.default.addDevServerEntrypoints is not a function after running npm run start

I added something under "Resolutions" in my package.json file to resolve some vulnerabilities. Running npm install and npm run build works fine as expected. However after running npm run ...
nightcrewx's user avatar
0 votes
0 answers
18 views

Angular webpack lazy loaded routes ChunkLoadError

I have an angular app with ngsw enabled and I am using lazy loaded routes like: { path: 'some-route', loadChildren: () => import('./modules/some-route.module').then(m => m....
Lorenz's user avatar
  • 11
0 votes
0 answers
15 views

Integration of PHP frontend app (with Angular v1.4) into React.js main SPA project as a microfrontend [closed]

I have a front-end project created using PHP, and inside it, we are using Angular v1.4 for building and routing. My point is, we are now working to add a new technology stack like React.js. So, I have ...
Sadek Hussein's user avatar
0 votes
1 answer
20 views

TypeError: _form_form_component__WEBPACK_IMPORTED_MODULE_57__ is undefined

I am working on an Angular-project where my current task is to turn all components standalone. However one component is not playing nicely and throws this error in the console: TypeError: ...
David Moll's user avatar
1 vote
0 answers
53 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
16 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
40 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
22 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
21 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
40 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
47 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
105 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
24 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
79 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

15 30 50 per page
1
2 3 4 5
254