Gavyn McKenzie

Results 34 comments of Gavyn McKenzie

> Hey, @gavmck, > > Could you add a test for the fix? Sure thing, I'll drop some in shortly

@antongolub Sorry, I know this has taken ages! Patched up feedback and added a test 👍

Just updated to `@storybook-vue/nuxt` here as part of a nuxt 3 upgrade. We have a global component folder for storyblok components (that are not even documented in storybook) and this...

> @gavmck thanks for raising the issue. > > Unfortunately I was not able to verify that exploding build 😉 I created a new Stencil project, build it with v4.14.0...

The type also seems to output that the function exists still https://github.com/ionic-team/stencil/blob/5a82d0152c92f4ad64c0a9dc92dfb5a564a0bdbf/src/compiler/output-targets/output-lazy-loader.ts#L84

I'll see if I can know one up. `applyPolyfills` came from the stencil loader It looks like it was removed from the docs last year and I missed it. https://github.com/ionic-team/stencil-site/commit/3a910c237e20136e46961cd988759a594d0f9627#diff-f1f96788acd155196970469f3c5031d518d3800fde982f92412858072a726bcfL518

> If I keep the same structure described in Stencil documentation to generate wrappers of [Vue Components](https://stenciljs.com/docs/vue) and [React Components](https://stenciljs.com/docs/react), we have a problem with Stencil 4.18.x to render these...

This is awkward, I've just spent a month upgrading a site to vue/nuxt 3 to find out I can't ship it to subfolders on netlify. edit: I've written a node...

@exophunk Here you go. We haven't gone to prod, yet but it seems to work on deploy previews. We run it as part of the build command right after the...