web
web copied to clipboard
Guides, tools and libraries for modern web development.
When trying to get this working for my typescript/jsx project, compiled dependencies are given the wrong url address. Removing the '__wds-outside-root__' address shows the correct file. The wrong import in...
Currently when `@web/dev-server-storybook` is used in the Monorepo particularly with yarn workspaces in which the dependencies are managed centrally instead of package-level, the building of the storybook feature breaks on...
## What I did 1. I upgraded the storybook dependencies from 7 to 8 2. I did `npm I` and `npm run build` and there were no errors ## What...
I'm getting this error in one project with @web/[email protected] (depending on [email protected]). ~I'm _not_ getting it in another project with the same versions.~ (edit: I am) Opening this issue in...
I'm trying to sue the visual regression plugin, but when I add it to my code I get websocket errors in my tests. Thank you. Console output ``` ~/Development/project% ./node_modules/.bin/web-test-runner...
Hi, first of all thanks for the tools. It help me to scaffold my web-component project easily. All is working fine (demoing, testing, etc) until there's a need for me...
This just bumps esbuild to 0.20.x it'll help de-dupe a lot of my dependency tree since many of our other dependencies are using esbuild 0.20.x 👀
## What I did 1. setup testing on Windows
How can I set the browser's locale when using the Web Test Runner with Playwright? The Playwright documentation indicates that `browser.newPage(options)` can include `locale` as one of the options. However,...
## What I did 1. Add "types" to the exports in package.json solves #2737