Skip to content

Commit fd17f4b

Browse files
committed
Merge branch 'develop'
2 parents 81cf68a + 6478d0e commit fd17f4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
230230
Run 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
237237
npm login

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
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",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"angularCompilerOptions": {
3131
"fullTemplateTypeCheck": true,
32-
"strictInjectionParameters": true
32+
"strictInjectionParameters": true,
33+
"enableIvy": false
3334
}
3435
}

0 commit comments

Comments
 (0)