Bobby ^_^

Results 6 comments of Bobby ^_^

I also have this issue when upgrading from 1.9.2 to ^2.0.0. We use GraphQL Code Generator to bundle an SDK and it pulls in a TypeScript file. ![image](https://user-images.githubusercontent.com/4184680/94069829-dbb26c00-fdb6-11ea-986f-d31d0ef94848.png) Link to...

I have resolved the issue by adding Typescript rollup plugin. ``` npm install --save-dev rollup-plugin-typescript ``` And these changes in stencil.config.ts ![image](https://user-images.githubusercontent.com/4184680/97834183-ce817a80-1c9c-11eb-8e86-40e495d23ad2.png) You can also fix issues with importing commonjs...

I dunno, if there are others struggling with this still, but the work-around is to pass back google maps from the window if it exists, then if not load it,...

I spent the last 2 weeks playing with StencilJS and Storybook and did a livestream where I cover my solution. I feel there is a much better way, but I...

Hey @shilman, stoked so many people are psyched to pickup on this and implement Stencil with Storybook. That thread has some good things that I have found, but there are...

Yeah I have done a similar approach but my approach might be a little overkill lol ```typescript /** * Cleans all JavaScript referneces and prototypes from Object * so it...