Steve Workman
Steve Workman
Hello, first off, this is a great tool and it's super easy to use - thank you. I would love it if the tool could get stats based on something...
When using this library in a server's development mode, the sourcemaps point to files that were not distributed with the package. For example: https://unpkg.com/@webcomponents/[email protected]/template-shadowroot.js.map points to https://unpkg.com/@webcomponents/[email protected]/src/template-shadowroot.ts which does not...
Resolves #7203 by checking for the presence of a custom element in the custom element registry and allowing that to be hydrated with vue properties. Ideally, I'd use the `isCustomElement`...
**Scenario**: You have a SPA, say a VueJS one built with Vite. This app is to be deployed on a public path, say `myapp` so it'd be www.example.com/myapp/. When the...
This library is being run via [rollup-plugin-critical](https://github.com/nystudio107/rollup-plugin-critical) -> [critical](https://github.com/addyosmani/critical) -> inline-critical When trying to generate an inline stylesheet, the code falls over at https://github.com/bezoerb/inline-critical/blob/main/index.js#L80-L81 with an error of: ``` ERROR...
Following the instructions in the readme, I can't get the plugin to register. Using: ``` module.exports = { addons: [ "storybook-addon-preview/register" ], }; ``` The whole storybook fails to load...
I'm trying to get my mocha tests integrated with Jenkins via the xUnit reporter in mocha. This works fine when using mocha without grunt as I can do this: ```...
Fixes #34. Also tidies up the types in the `LitServerWrapper.ts` file. To do: - [x] Add tests - [ ] More TS cleanup
**Describe the bug** Given a simple element with a label ```html ``` This renders on the server without the `label` attribute as it's been set as a DOM property. When...