|
|
@@ -58,6 +58,22 @@
|
|
|
"optimization": false,
|
|
|
"extractLicenses": false,
|
|
|
"sourceMap": true,
|
|
|
+ "assets": [
|
|
|
+ "src/favicon.ico",
|
|
|
+ "src/assets",
|
|
|
+ "src/config",
|
|
|
+ "src/manifest.webmanifest",
|
|
|
+ {
|
|
|
+ "input": "src/src.test",
|
|
|
+ "output": "",
|
|
|
+ "glob": "*/*"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "input": "src/src.test/assets/icons",
|
|
|
+ "output": "assets/icons",
|
|
|
+ "glob": "*.png"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"fileReplacements": [
|
|
|
{
|
|
|
"replace": "src/dependencies/dp-ui/socket/ngxSocket.service.ts",
|