Skip to content
Snippets Groups Projects
Commit ce23cd73 authored by François Grand's avatar François Grand
Browse files

fix: .d.ts file displayed by debugger instead of .ts source.

refs #509
parent 9e6aa160
No related branches found
No related tags found
2 merge requests!133Release version 4.15.0,!119Resolve "Mode "champs vides par défaut" : changer le type d'un ouvrage (ex: dans Cloisons) remplit les champs"
......@@ -104,7 +104,12 @@
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngHyd:build",
"aot": true
"aot": true,
"sourceMap": {
"scripts": true,
"styles": true,
"vendor": true
}
},
"configurations": {
"production": {
......@@ -193,4 +198,4 @@
"cli": {
"analytics": false
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment