Mark Chris Levy

Results 26 comments of Mark Chris Levy

I made appropriate changes in stencil compiler and runtime and it now works - you may check it https://github.com/CODE-AND-MORE/stencil/tree/codeandmore (build and test or ```npm install github:CODE-AND-MORE/stencil-core-build```). With those changes it...

@lxg @SheepFromHeaven Can you test my fork and check it for your use case?

@SheepFromHeaven Hmm, I'm using it without any issues. Can you show me your stencil conf for building a component? See how I'm doing it: [ionx](https://github.com/co-mmons/ionx).

As far I know Stencil team plans to improve CustomElements output target and would be great to hear more about it, any word @rwaskiewicz in this topic? Thanks.

@rwaskiewicz Uhh, sorry for not answering, I didn't see your reply. There are several issues with current implementation of CustomElements, the main issue is that it cannot be used alongside...

I'm using dist-custom-elements-bundle but had to make few improvements in order to make it work (see https://github.com/ionic-team/stencil/issues/2531#issuecomment-900903021, few of those improvements will be useful in dist-custom-elements, e.g. external option -...

@johnjenkins Thanks for explanation, will give it a try and let you know if I faced any obstacles .

@splitinfinities @johnjenkins I did some testing with my component libs and found out that dist-custom-elements will do the work, however two things I'm missing: - The types (d.ts) are not...

@splitinfinities @johnjenkins Any comment about types and externals? (I mentioned about it in my previous comment). Those two things blocks me in making a switch from dist-custom-elements-bundle to dist-custom-elements.

@rwaskiewicz Today I wanted to add a new FR related to this topic, so good timing of your comment 😉 There are two cases related to "external" option: 1. Marking,...