[ ERROR ] Rollup: Missing Export: src/index.ts:1:9
'Components' is not exported by src/components.d.ts, imported by
src/index.ts
...
L2: export { Components, JSX } from "./components";
anyone experiencing this error while building stencil?
The "missing" file is an "auto-generated" one, so, it is missing until it is created...