This repository was archived by the owner on Jan 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
This repository was archived by the owner on Jan 27, 2022. It is now read-only.
Angular always detected running in production mode #916
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi this issue is similar to #868.
angular.json (cant share it all)
architect.build.options
:
"options": {
...
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true,
"webWorkerTsConfig": "tsconfig.worker.json"
}
architect.conficurations.dev
:
I tried with and without default.
...
"dev": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
...
...
"dev": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
}
...
By launching ng serve (i have to use ssl) with and without the conf:
ng serve --ssl
ng serve --configuration dev --ssl
ng version
Angular CLI: 12.2.1
Node: 14.17.1
Package Manager: npm 6.14.13
OS: linux x64
Angular: 12.2.1
... animations, cdk, cli, common, compiler, compiler-cli, core
... forms, language-service, localize, platform-browser
... platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1202.1
@angular-devkit/build-angular 12.2.1
@angular-devkit/core 12.2.1
@angular-devkit/schematics 12.2.1
@schematics/angular 12.2.1
rxjs 6.5.5
typescript 4.2.4
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working