#'Components' is not exported by src/component

1 messages · Page 1 of 1 (latest)

manic heath
#

[ 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...

#

'Components' is not exported by src/componet

manic heath
#

'Components' is not exported by src/component

glad zinc
#

I just created a new project and there that line is: export * from './components';

manic heath
#

and does it build?