Remove warnings from the build

This commit is contained in:
BoykoAlex
2020-02-11 11:58:57 -05:00
parent d8ae60ead7
commit 3347ecbc48
9 changed files with 892 additions and 38 deletions

View File

@@ -10,7 +10,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/app",
"outputPath": "dist-demo",
"index": "src/demo/index.html",
"main": "src/demo/main.ts",
"tsConfig": "src/demo/tsconfig.dev.json",
@@ -81,7 +81,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/app",
"outputPath": "dist-demo",
"index": "src/demo/index.html",
"main": "src/demo/main.ts",
"tsConfig": "src/demo/tsconfig.packaged.json",