add source-map-explorer
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user