Oviya commited on
Commit ·
e519727
1
Parent(s): e75f588
fix
Browse files
angular.json
CHANGED
|
@@ -54,7 +54,13 @@
|
|
| 54 |
"maximumError": "32kb"
|
| 55 |
}
|
| 56 |
],
|
| 57 |
-
"outputHashing": "all"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
},
|
| 59 |
"development": {
|
| 60 |
"optimization": false,
|
|
|
|
| 54 |
"maximumError": "32kb"
|
| 55 |
}
|
| 56 |
],
|
| 57 |
+
"outputHashing": "all",
|
| 58 |
+
"fileReplacements": [
|
| 59 |
+
{
|
| 60 |
+
"replace": "src/environments/environment.ts",
|
| 61 |
+
"with": "src/environments/environment.prod.ts"
|
| 62 |
+
}
|
| 63 |
+
]
|
| 64 |
},
|
| 65 |
"development": {
|
| 66 |
"optimization": false,
|
dist/gramm-ai/browser/index.html
CHANGED
|
@@ -16,5 +16,5 @@
|
|
| 16 |
</style><link rel="stylesheet" href="styles-TX4PRGSR.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-TX4PRGSR.css"></noscript></head>
|
| 17 |
<body>
|
| 18 |
<app-root></app-root>
|
| 19 |
-
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-
|
| 20 |
</html>
|
|
|
|
| 16 |
</style><link rel="stylesheet" href="styles-TX4PRGSR.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-TX4PRGSR.css"></noscript></head>
|
| 17 |
<body>
|
| 18 |
<app-root></app-root>
|
| 19 |
+
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-BFSGMMRX.js" type="module"></script></body>
|
| 20 |
</html>
|
dist/gramm-ai/browser/{main-KFM7FR2C.js → main-BFSGMMRX.js}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|