mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: change target
This commit is contained in:
@@ -7,12 +7,12 @@
|
|||||||
"tags": [],
|
"tags": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:application",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/apps/performance/christmas-web-worker",
|
"outputPath": "dist/apps/performance/christmas-web-worker",
|
||||||
"index": "apps/performance/christmas-web-worker/src/index.html",
|
"index": "apps/performance/christmas-web-worker/src/index.html",
|
||||||
"main": "apps/performance/christmas-web-worker/src/main.ts",
|
"browser": "apps/performance/christmas-web-worker/src/main.ts",
|
||||||
"polyfills": ["zone.js"],
|
"polyfills": ["zone.js"],
|
||||||
"tsConfig": "apps/performance/christmas-web-worker/tsconfig.app.json",
|
"tsConfig": "apps/performance/christmas-web-worker/tsconfig.app.json",
|
||||||
"assets": [
|
"assets": [
|
||||||
@@ -39,9 +39,7 @@
|
|||||||
"outputHashing": "all"
|
"outputHashing": "all"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildOptimizer": false,
|
|
||||||
"optimization": false,
|
"optimization": false,
|
||||||
"vendorChunk": true,
|
|
||||||
"extractLicenses": false,
|
"extractLicenses": false,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"namedChunks": true
|
"namedChunks": true
|
||||||
@@ -53,10 +51,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "performance-christmas-web-worker:build:production"
|
"buildTarget": "performance-christmas-web-worker:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "performance-christmas-web-worker:build:development"
|
"buildTarget": "performance-christmas-web-worker:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
|
|||||||
Reference in New Issue
Block a user