Skip to content

Commit 401097c

Browse files
authored
Merge pull request #55 from vvlladd28/feature/fc-note
Add sticky notes (canvas annotations) support
2 parents 4db7dba + c797bf0 commit 401097c

28 files changed

Lines changed: 2437 additions & 775 deletions

angular.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,16 @@
3939
"scripts": [
4040
"node_modules/jquery/dist/jquery.min.js"
4141
],
42-
"browser": "src/main.ts"
42+
"browser": "src/main.ts",
43+
"sourceMap": true
4344
},
4445
"configurations": {
46+
"development": {
47+
"optimization": false,
48+
"sourceMap": true,
49+
"namedChunks": true,
50+
"extractLicenses": false
51+
},
4552
"production": {
4653
"fileReplacements": [
4754
{
@@ -75,10 +82,14 @@
7582
"buildTarget": "ngx-flowchart-demo:build"
7683
},
7784
"configurations": {
85+
"development": {
86+
"buildTarget": "ngx-flowchart-demo:build:development"
87+
},
7888
"production": {
7989
"buildTarget": "ngx-flowchart-demo:build:production"
8090
}
81-
}
91+
},
92+
"defaultConfiguration": "development"
8293
},
8394
"extract-i18n": {
8495
"builder": "@angular/build:extract-i18n",

0 commit comments

Comments
 (0)