Skip to content

Commit

Permalink
fix(angular): set build compilation mode
Browse files Browse the repository at this point in the history
- update cds/angular to correct build compilation for libraries

Signed-off-by: Cory Rylan <splintercode.cb@gmail.com>
  • Loading branch information
coryrylan committed Mar 8, 2022
1 parent dd4a350 commit 5e32eba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,6 +5,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}

0 comments on commit 5e32eba

Please sign in to comment.