angular-webpack Questions
9
I'm using Angular 14 and Webpack version: ^5.58.1.
Below is the config:
webpack.congif.js
const webpackPlugin = require('@ngtools/webpack').AngularWebpackPlugin;
module.exports = {
mode: 'developm...
Nonparticipation asked 28/11, 2022 at 14:57
3
I have upgraded my angular project from 6.0v to 14.2.2v and after doing ng serve I facing the following errors. I tried deleting the node_modules and installing again and I have also tried to insta...
Cochleate asked 16/9, 2022 at 16:20
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
4
Solved
disclaimer: Yes, I saw that there are more "The template specified for component AppComponent is not a string" related questions but none of them describes the specific problem I'm experiencing.
I...
Rugg asked 17/7, 2019 at 14:32
7
Solved
I want to remove my local server prefix from my REST API URLs (example, http://localhost:8080) when building for production (ng build --prod).
I get that it's something to do with the environment...
Brocatel asked 22/11, 2017 at 4:17
2
Solved
I am using angular 6.
I want to debug an app in PROD, I need source map for that.
When I create a build with source map on, it injects the URL at end of minified file as
//# sourceMappingURL=app...
Balenciaga asked 21/9, 2018 at 9:12
1
© 2022 - 2025 — McMap. All rights reserved.