@cither wrote:
It might be a silly question but...
ionic repository has only
.ts
files in thesrc
folder.But when I run
npm install ionic-angular
, the files are already compiled into.js
and.d.ts
, and the folder structure is also changed; thesrc
folder disappeared, etc.
I thought it is done by thepostinstall
npm hook, but it wasn't.How is this behaviour realized?
Posts: 1
Participants: 1