File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
230230Run ng g library libname
231231
232232### Build npm package
233- from root
234- ng build ngximagedisplay
233+ from root (build with --prod to disable Ivy compiler)
234+ ng build ngximagedisplay --prod
235235
236236### publish
237237npm login
Original file line number Diff line number Diff line change 1414 "build" : " ng build" ,
1515 "test" : " ng test" ,
1616 "lint" : " ng lint" ,
17- "e2e" : " ng e2e" ,
18- "postinstall" : " ngcc"
17+ "e2e" : " ng e2e"
1918 },
2019 "keywords" : [
2120 " Ngx-Image-Display" ,
Original file line number Diff line number Diff line change 2929 },
3030 "angularCompilerOptions" : {
3131 "fullTemplateTypeCheck" : true ,
32- "strictInjectionParameters" : true
32+ "strictInjectionParameters" : true ,
33+ "enableIvy" : false
3334 }
3435}
You can’t perform that action at this time.
0 commit comments