add source-map-explorer

This commit is contained in:
2023-10-01 10:31:51 +02:00
parent 00a1bf8ffb
commit fefc7411c1
3 changed files with 616 additions and 2 deletions

View File

@@ -9,7 +9,8 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"releasebuild": "ng build --configuration production"
"releasebuild": "ng build --configuration production",
"explore": "source-map-explorer build/generated/resources/**/*.js"
},
"private": true,
"dependencies": {
@@ -45,6 +46,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"source-map-explorer": "^2.5.3",
"typescript": "5.1"
}
}