Skip to content

Commit ae00b5a

Browse files
committed
updated angular production build
1 parent 395b6a8 commit ae00b5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"ng": "ng",
88
"start": "ng serve",
9-
"build": "npm run build --prefix ../html && ng build",
9+
"build": "npm run build --prefix ../html && ng build cloudinary-library --prod",
1010
"test": "ng test cloudinary-library --watch=false --tsConfig=projects/cloudinary-library/tsconfig.spec.json --browsers ChromeHeadless",
1111
"bundlewatch": "bundlewatch --config bundlewatch.config.js",
1212
"lint": "ng lint",

packages/angular/projects/cloudinary-library/tsconfig.lib.json renamed to packages/angular/projects/cloudinary-library/tsconfig.lib.prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"fullTemplateTypeCheck": true,
2525
"strictInjectionParameters": true,
2626
"flatModuleId": "AUTOGENERATED",
27-
"flatModuleOutFile": "AUTOGENERATED"
27+
"flatModuleOutFile": "AUTOGENERATED",
28+
"enableIvy": false
2829
},
2930
"exclude": [
3031
"src/test.ts",

0 commit comments

Comments
 (0)