Skip to content

Commit

Permalink
chore: disable ivy when testing the demo app (breaks CI builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Dec 27, 2020
1 parent b34250f commit 827add1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/ngx-sweetalert2-demo/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"node"
]
},
"angularCompilerOptions": {
"enableIvy": false
},
"files": [
"src/test.ts",
"src/polyfills.ts"
Expand Down

0 comments on commit 827add1

Please sign in to comment.