Rename sourceMap to source-map in package.json

This commit is contained in:
Konstantinos Triantafyllou 2022-10-23 02:58:16 +03:00
parent 4060033e34
commit b07958c9e3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"build": "ng build", "build": "ng build",
"build-dev": "ng build --configuration=development --source-map --base-href /dashboard/", "build-dev": "ng build --configuration=development --source-map --base-href /dashboard/",
"build-beta": "ng build --configuration=beta --base-href /dashboard/ --source-map", "build-beta": "ng build --configuration=beta --base-href /dashboard/ --source-map",
"build-prod": "ng build --configuration production --base-href /dashboard/ --sourceMap ", "build-prod": "ng build --configuration production --base-href /dashboard/ --source-map",
"webpack-bundle-analyzer": "ng build --stats-json && webpack-bundle-analyzer dist/monitor-dashboard/browser/stats.json --host 0.0.0.0", "webpack-bundle-analyzer": "ng build --stats-json && webpack-bundle-analyzer dist/monitor-dashboard/browser/stats.json --host 0.0.0.0",
"test": "ng test", "test": "ng test",
"e2e": "ng e2e", "e2e": "ng e2e",