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

Hello. There is an issue starting dev-server-storybook when it's used in a library with `"type: module"` ###Steps to reproduce: 1. start a package with packcage.json `"type: module"` (or for example...

Hey, I have some web components done with lit-element and want use web-test-runner for unit-testing. As build system I’m using webpack and importing the scss via the lit-scss-loader ( https://www.npmjs.com/package/lit-scss-loader...

enhancement

We noticed that our test suite was passing, but unit tests were printing an error like this one: ``` build 18-Oct-2021 17:26:54 An error was thrown in a Promise outside...

bug

I want to be able to use a template format such as hbs or ejs for some assets. I tried making the following transform function to do this but I'm...

I'm using lit typescript project with web-dev-server. I'm able to run the bare metal app, however web-dev-server fails to include commonjs modules even after including commonjs plugin. Throws this error...

There are several errors in type definition of @web/parse5-utils package because all of these methods are not defined. ![image](https://user-images.githubusercontent.com/442046/145512104-7bdf5168-b0f5-4ca5-a18f-55b10521458f.png)

When using @web/polyfills-loader with Node version 17.x you will run into this problem: ``` [!] (plugin @web/rollup-plugin-html-multi-output-1) Error: error:0308010C:digital envelope routines::unsupported Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at...

When I use `import { createTestServer } from '@web/dev-server-core/test-helpers';`, `createTestServer` returns `undefined`. This is because it tries to get it from `./dist/index.js`, which should be `./dist/test-helpers.js`: https://github.com/modernweb-dev/web/blob/master/packages/dev-server-core/test-helpers.mjs#L2 It can be...

### Problem Right now we can't opt-out of IE support, but transpiling to this lowest common denominator can lead to breaking code in all browsers. Currently you would have to...

Hii, I would like to contribute by aligning this red marked portion shown in the attached screenshot. ![Modern-Web-Blog](https://user-images.githubusercontent.com/56781823/137591235-4c20bd8b-ae0c-40f8-947c-283589040084.png)

documentation