File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
projects/cloudinary-library Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"ng" : " ng" ,
8
8
"start" : " ng serve" ,
9
- "build" : " npm run build --prefix ../html && ng build" ,
9
+ "build" : " npm run build --prefix ../html && ng build cloudinary-library --prod " ,
10
10
"test" : " ng test cloudinary-library --watch=false --tsConfig=projects/cloudinary-library/tsconfig.spec.json --browsers ChromeHeadless" ,
11
11
"bundlewatch" : " bundlewatch --config bundlewatch.config.js" ,
12
12
"lint" : " ng lint" ,
Original file line number Diff line number Diff line change 24
24
"fullTemplateTypeCheck" : true ,
25
25
"strictInjectionParameters" : true ,
26
26
"flatModuleId" : " AUTOGENERATED" ,
27
- "flatModuleOutFile" : " AUTOGENERATED"
27
+ "flatModuleOutFile" : " AUTOGENERATED" ,
28
+ "enableIvy" : false
28
29
},
29
30
"exclude" : [
30
31
" src/test.ts" ,
You can’t perform that action at this time.
0 commit comments