We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab178b0 commit 61abffaCopy full SHA for 61abffa
src/SIL.XForge.Scripture/ClientApp/angular.json
@@ -21,12 +21,10 @@
21
"build": {
22
"builder": "@angular-devkit/build-angular:application",
23
"options": {
24
- "outputPath": {
25
- "base": "dist"
26
- },
+ "outputPath": "dist",
27
"index": "src/index.html",
28
- "tsConfig": "src/tsconfig.app.json",
29
"browser": "src/main.ts",
+ "tsConfig": "src/tsconfig.app.json",
30
"progress": true,
31
"polyfills": ["src/polyfills.ts"],
32
"assets": [
0 commit comments