Fixes Docker Angular Build Process
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user