web icon indicating copy to clipboard operation
web copied to clipboard

Guides, tools and libraries for modern web development.

Results 360 web issues
Sort by recently updated
recently updated
newest added

https://github.com/modernweb-dev/web/blob/ba0c1919cb3a552a64326a8ec834651daf9bddf5/packages/dev-server-storybook/src/shared/stories/injectExportsOrder.ts#L13 ![Screen Shot 2022-04-29 at 11 05 00 AM](https://user-images.githubusercontent.com/1840295/165971690-852a883c-5b76-4274-885d-a4890fd41aad.png)

There is one test failing after upgrading `@rollup/plugin-node-resolve` to 13.0.0 (#1433). ```sh 1) @rollup/plugin-node-resolve node modules resolved outside root directory are rewritten with commonjs: Error: Timeout of 2000ms exceeded. For...

lit2

It would be great to be able to use a service like browserless, which uses connect(..) instead of launch(..) for Puppeteer. ` const browser = await puppeteer.connect({ browserWSEndpoint: 'ws://localhost:3000' });...

enhancement

Looking at [https://modern-web.dev/docs/building/rollup-plugin-polyfills-loader/](https://modern-web.dev/docs/building/rollup-plugin-polyfills-loader/) the output of the polyfill loader is "modern" javascript and can therefore not be executed on IE11 Example of rollup build: ``` // Import rollup plugins import...

This was revealed [by the beginning of April](https://security.snyk.io/vuln/SNYK-JS-ASYNC-2441827) . The dependency path is : ``` └─┬ @web/[email protected] └─┬ [email protected] └── [email protected] ``` The [issue in `portfinder`](https://github.com/http-party/node-portfinder/issues/126) has been opened but...

The [Sauce Connect action](https://github.com/saucelabs/sauce-connect-action) sets up a Sauce tunnel for a job that can be shared among several processes. This would be good for tests in a monorepo where each...

I'm more focused on the client side, but for demoing/the experience I need to have a simple server that offers a REST API to my frontend. I wonder if it...

## Why I did this change I had a bug and couldn't start storybook in my package with type: module Steps to reproduce: 1. start a package with packcage.json `"type:...

I want to add an accessibility test based on the axe linter to my package.json scripts. I installed axe with `npm install @axe-core/cli -g` and added the following lines to...

We currently store snapshots next to the test file itself. This doesn't work out when you are using a compiler and output to a separate directory. We should make the...