web
web copied to clipboard
Guides, tools and libraries for modern web development.
## What I did 1. Prebundle MSW to avoid large request waterfall until (/if) https://github.com/mswjs/msw/issues/1984 is resolved
The @web/test-runner-core package includes the `TestRunnerCli` class, which always has a `DynamicTerminal` that it references that has no knowledge of the `staticLogging` configuration variable. The `TestRunnerCli` will do things like...
Importing any library with a huge number of files (e.g. apache echarts, date-fns) causes chromium-based browsers to hang (at least on Linux). It works fine when first accessing the page,...
I'm trying to run web-test-runner inside of a monorepo and I get this error: ``` $ npm test -w packages/memory > [email protected] test > web-test-runner --node-resolve tests/*.js node:internal/modules/cjs/loader:452 throw err;...
Bumps [errorstacks](https://github.com/marvinhagemeister/errorstacks) from 2.4.0 to 2.4.1. Release notes Sourced from errorstacks's releases. 2.4.1 What's Changed fix: expose types in export map by @43081j in marvinhagemeister/errorstacks#22 New Contributors @43081j made their...
https://github.com/modernweb-dev/web/blob/78abb0a92170f2e84b2cd9813e7b81adcfc0326b/packages/storybook-builder/src/index.ts#L4 The package @storybook/preview changed the named exports in the globals module. Up to 7.5.3 it was **globals**, but in 7.6.x they export **globalPackages** and **globalsNameReferenceMap**. **globalsNameReferenceMap** is the export...
Hello, I have a movie theme for WordPress and I want to customize it, can someone help me.
Hello Community, I'm currently working on a project using `@web-test-runner` for testing, and I have encountered some challenges, particularly with Puppeteer and a Docker image that includes Chromium. I found...
The `dev-server` does not update the build upon file change in Windows 11 WSL 2 (v 1.2.0.0). The initial page is built ok, but upon file changes, it still serves...
I get an `Node is detached from document` issue since `@web/test-runner` version 17, if I use the `@web/test-runner-visual-regression` package in my tests. I created a repo to reproduce my issue:...