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

It's difficult to console.log debug tests that use workers because WTR doesn't patch the console in workers to forward tot he command line. I know that it'd be difficult to...

There is a following error in the build for #2852 which I can also reproduce locally: ``` $ npm run test:node -w @web/test-runner-commands > @web/[email protected] test:node > mocha test/**/*.test.ts --require...

For example, trying to import `[email protected]` will fail because the node export will be resolved. Here's excerpt from the package.json ```json { "name": "nanoid", "exports": { ".": { "browser": "./index.browser.js",...

Hello, I am trying to get WDS to work in a Deno 2 environment, but no luck so far. This is my project structure: ``` . ├── deno.json ├── deno.lock...

I am unable to find web-dev-server.config.mjs. Can you solve this issue.

**Relevant Rollup documentation** > Note that when emitting assets that correspond to an existing file, it is recommended to set the originalFileName property in the [this.emitFile](https://rollupjs.org/plugin-development/#this-emitfile) call instead as that...

I'm currently testing the Moden web test Runner and trying to use `@web/dev-server-esbuild` to build my tests written in TypeScript. Unfortunately it seems as if the import alias defined in...

esbuild recently published a new major which means installs of WDS duplicate it currently, since we're bound to `0.25.0`. this just expands the semver range so we can de-dupe. Note...

Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.10 to 10.5.0. Changelog Sourced from glob's changelog. changeglob 12 Remove the unsafe --shell option. The --shell option is now ONLY supported on known shells where the...

dependencies
javascript