Skip to content

Commit 9d5beb7

Browse files
committed
fix(ivy): Force defaultConfiguration to production
1 parent fa9eb76 commit 9d5beb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"production": {
2626
"tsConfig": "./tsconfig.lib.prod.json"
2727
}
28-
}
28+
},
29+
"defaultConfiguration": "production"
2930
},
3031
"test": {
3132
"builder": "@angular-devkit/build-angular:karma",

0 commit comments

Comments
 (0)