Skip to content

Commit

Permalink
BREAKING CHANGE: no more view engine (#184)
Browse files Browse the repository at this point in the history
use partial ivy compilation mode to enable publishing to npm
  • Loading branch information
emielb committed Dec 21, 2021
1 parent 8ac0ffe commit 3bcd840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/politie/ngx-sherlock/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}
}

0 comments on commit 3bcd840

Please sign in to comment.