ionic-team / stencil-component-starter

Minimal starter project for building shareable web components with Stencil
https://github.com/ionic-team/stencil
MIT License
278 stars 128 forks source link

Build generate dist/esm/index.js empty file #109

Closed robertodavila7 closed 1 year ago

robertodavila7 commented 2 years ago

Hi.

I create a normal hello-world component and build it with

npm run build

It creates a dist folder but dist/esm/index.js is empty so I can't export my web component to another project because /dist/index.js file points to an empty file:

export * from './esm/index.js';

Can somebody help me?

Stencil Version: 2.13.0

laujonat commented 2 years ago

same issue for us too

ivancuric commented 1 year ago

Amazing support.

rwaskiewicz commented 1 year ago

Closing, in favor of https://github.com/ionic-team/stencil/issues/2826