Correction of the ng build destination.

This commit is contained in:
takiguchi
2019-05-21 22:37:20 +02:00
parent df5caadd57
commit a2c66075fe

View File

@@ -17,7 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "../resources/static/",
"outputPath": "../../../src/main/resources/static/",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
@@ -151,4 +151,4 @@
}
},
"defaultProject": "ts"
}
}