sijakret
sijakret
Hey! If i use a custom webpack loader loader it works in storybook but not in creevy ```js import {stuff} from '!./myloader!./myfile-to-be-custom-loaded'; ``` in creevy i get this console output...
does this plugin support in-browser rollup setups? i can't seem to get it to work (in a client-side setup without node). in principle, however, rollup supports client-side bundling..
Hey, [this context](https://github.com/modernweb-dev/web/blob/3f671e732201f141d910b59c60666f31df9c6126/packages/test-runner-visual-regression/src/visualRegressionPlugin.ts#L56), passed down to the visual diff command (and eventually to the [helpers that generate the screenshot file names](https://github.com/modernweb-dev/web/blob/3f671e732201f141d910b59c60666f31df9c6126/packages/test-runner-visual-regression/src/visualDiffCommand.ts#L50) only hands down `session.browser.name`. This seems to be `"chromium"`...
Hi, when running chrome using the msedge channel like this ``` playwrightLauncher({ product: 'chromium', launchOptions: { channel: 'msedge' } }) ``` as far as i can see it is currently...
Hi Folks, loving the lit-element-router! I recently had to use hash routing in a constrained scenario (karma tests). Found this commit that adds hashes when matching urls: https://github.com/hamedasemi/lit-element-router/pull/22/commits/84e677a967e34cd6e03fcdfd87488696d51f6ef7 I think...
Hi all, my understanding is that this polyfill (suite) is not needed at all in most up-to-date browsers. Is there some sort of overview that has this information? Something along...
### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Other/unknown (please mention in description) ### Description...
### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Analyzer (@lit-labs/analyzer) ### Description Hi, I have...