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 f92ed99 commit daebe91Copy full SHA for daebe91
angular.json
@@ -13,10 +13,7 @@
13
"build": {
14
"builder": "@angular-devkit/build-angular:application",
15
"options": {
16
- "outputPath": {
17
- "base": "www"
18
- },
19
- "index": "src/index.html",
+ "outputPath": "www""index": "src/index.html",
20
"polyfills": [
21
"src/polyfills.ts"
22
],
firebase.json
@@ -1,6 +1,6 @@
1
{
2
"hosting": {
3
- "public": "www",
+ "public": "www/browser",
4
"ignore": [
5
"firebase.json",
6
"**/.*",
ionic.config.json
@@ -1,7 +1,5 @@
"name": "harvardclassics",
- "integrations": {
- "cordova": {}
+ "integrations": {},
"type": "angular"
7
}
0 commit comments