custom builder added

This commit is contained in:
wagonsoftware 2022-10-16 17:52:29 +03:00
parent b60cde1b63
commit 5161631f67
3 changed files with 852 additions and 2101 deletions

View File

@ -15,8 +15,9 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"indexTransform": "index-html-transform.js",
"outputPath": "../go-lang/dist",
"index": "src/index.html",
"main": "src/main.ts",

2949
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,7 @@
},
"private": true,
"dependencies": {
"@angular-builders/custom-webpack": "^14.0.1",
"@angular/animations": "^14.1.0",
"@angular/common": "^14.1.0",
"@angular/compiler": "^14.1.0",