diff --git a/package.json b/package.json index 5cbb07c..c18590c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "ng build", "build-dev": "ng build --configuration=development --source-map --base-href /dashboard/", "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", "test": "ng test", "e2e": "ng e2e",