Fixes Docker Angular Build Process

This commit is contained in:
2023-10-11 19:56:06 -03:00
parent a03fc7e09e
commit 26e942a532
9 changed files with 22 additions and 181 deletions

View File

@@ -11,11 +11,8 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"builder": "@angular-devkit/build-angular:browser",
"options": {
"customWebpackConfig": {
"path": "src/webpack.config.ts"
},
"outputPath": "dist/frontend-hideyoshi.com",
"index": "src/index.html",
"main": "src/main.ts",