1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-26 03:52:52 +02:00

disable angular ivy compiler (#1412)

This commit is contained in:
Kyle Spearrin 2020-09-29 10:47:34 -04:00 committed by GitHub
parent 1375b422c7
commit 959c488f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,8 @@
}
},
"angularCompilerOptions": {
"preserveWhitespaces": true
"preserveWhitespaces": true,
"enableIvy": false
},
"exclude": [
"node_modules",