Closed marchbox closed 4 years ago
Will fix #81
Friendly ping to see if this one needs more changes. Thanks!
My experience is that stencil.core.d.ts
gets built sometimes. It is not a "fresh build" problem. See https://github.com/ionic-team/stencil/issues/1705#issuecomment-528923433.
Leaving it as
index.d.ts
causes stencil.core.d.ts not being generated with a freshstencil build
(runstencil build
again will generate stencil.core.d.ts file though), because it's checking if index.d.ts file exists, but it really should be checking if components.d.ts file exists.