Pranav Sarda

Results 23 comments of Pranav Sarda

Hi @AmitMY , @splitinfinities and others. I know what fixes this. I have been struggling to know why it fixes but ok. SInce you said `Which are not components, and...

ah I am facing this too. angularOutputTarget folder not generated for dev mode either strange

only way to fix as of now is to pin stencil/core at 2.17.1 , as 2.17.2 onwards it starts giving this error

how to include google fonts here now, limited to particular web component? any help please? :( Update: @richrd it worked! tysm

funny, I found a hack to make it work, but its **super super strange and weird** !!!!! 😰 I declared a random variable in my component and not event using...

@tricki that is still adding template1,2,3 in same .js file. with functional component however each one has its own .js file that i can lazy load

@tricki @rwaskiewicz is there a way to store templates in CDN somewhere, since this is JSX I am not sure if I can send it from backend, if so how...

found the fix now legacy peer deps don't work. ```sh npm i --save-dev html-webpack-plugin ``` run this command and it started working

I will put a PR for this in coming days.