revert true angular.json

This commit is contained in:
cyber-dream 2022-10-16 17:56:25 +03:00
parent d68b23413d
commit 3c71e0c4aa

View File

@ -15,9 +15,10 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"outputPath": "../html",
"indexTransform": "index-html-transform.js",
"outputPath": "../go-lang/dist",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
@ -108,3 +109,4 @@
"analytics": false
}
}