disabled ivy build, added prod config, changed demo serve script

This commit is contained in:
Mishchenko Dmitriy
2021-08-16 14:01:50 +03:00
parent b5917b9fa7
commit 580c2e0538
4 changed files with 21 additions and 10 deletions

View File

@@ -13,6 +13,11 @@
"options": {
"tsConfig": "src/tsconfig.json",
"project": "src/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "src/tsconfig.prod.json"
}
}
}
}
@@ -29,9 +34,7 @@
"index": "demo/src/index.html",
"main": "demo/src/main.ts",
"tsConfig": "demo/src/tsconfig.json",
"assets": [
"demo/src/assets"
],
"assets": ["demo/src/assets"],
"styles": [],
"scripts": []
},
@@ -91,9 +94,7 @@
"demo/src/tsconfig.json",
"test/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
"exclude": ["**/node_modules/**"]
}
}
}